Html Css Color HEX #D30C3E Crimson

📋 copy color: '#D30C3E'

red 211 ◦ green 12 ◦ blue 62

#D30C3E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Crimson #D30C3E

Tints of Crimson #D30C3E

RGB

 RED value IS 211 (82.81% from 255) = 74.04%

 GREEN value IS 12 (5.08% from 255) = 4.21%

 BLUE value IS 62 (24.61% from 255) = 21.75%

R = 74.04%
G = 4.21%
B = 21.75%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.71

 K value IS 0.17

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#D30C3E (or 0xD30C3E) is known color: Crimson. HEX triplet: D3, 0C and 3E. RGB value is (211,12,62). Sum of RGB (Red+Green+Blue) = 211+12+62=285 (37% of max value = 765). Red value is 211 (82.81% from 255 or 74.04% from 285); Green value is 12 (5.08% from 255 or 4.21% from 285); Blue value is 62 (24.61% from 255 or 21.75% from 285); Max value from RGB is 211 - color contains mainly: red. Hex color #D30C3E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D30C3E is #2CF3C1. Grayscale: #4D4D4D. Windows color (decimal): -2945986 or 4066515. OLE color: 4066515.

HSL color Cylindrical-coordinate representation of color #D30C3E: hue angle of 344.92º degrees, saturation: 0.89, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D30C3E is Cyan = 0, Magento = 0.94, Yellow = 0.71 and Black (K on CMYK) = 0.17.

Color convert

RGB 211 12 62 -
CMYK 0 0.94 0.71 0.17
HSL 344.92º 0.89% 0.44% -
HSV(B) 344.92º 0.94% 0.83% -
XYZ 27.86 14.46 5.88 -
YUV 77.2 119.43 223.43 -
System Red Green Blue C M Y K H S L
Decimal 211 12 62 0 0.94 0.71 0.17 344.92 0.89 0.44
Hex D3 C 3E 0 5E 47 11 159 59 2C
Octal 323 14 76 0 136 107 21 531 131 54
Binary 11010011 1100 111110 0 1011110 1000111 10001 101011001 1011001 101100

Color Harmonies of #D30C3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D30C3E

Black with #D30C3E

Text Example


Text Example

White with #D30C3E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D30C3E; }

 p { color: rgb(211,12,62); }

 H1.HeaderClassName
 {
   color: #D30C3E;
 }
 .AnyTagClassName
 {
   color: #D30C3E;
 }
</style>

background-color css

<style>
 a { background-color: #D30C3E; }

 a { background-color: rgb(211,12,62); }

 div.DivClassName
 {
   background-color: #D30C3E;
 }
 .BgClassName
 {
   background-color: #D30C3E;
 }
</style>

border-color css

<style>
 span { border-color: #D30C3E; }

 span { border-color: rgb(211,12,62); }

 td.TdClassName
 {
   border-color: #D30C3E;
 }
 .TagClassName
 {
   border-color: #D30C3E;
 }
</style>