Html Css Color HEX #D00C37 Crimson

📋 copy color: '#D00C37'

red 208 ◦ green 12 ◦ blue 55

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

Shades of Crimson #D00C37

Tints of Crimson #D00C37

RGB

 RED value IS 208 (81.64% from 255) = 75.64%

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

 BLUE value IS 55 (21.88% from 255) = 20%

R = 75.64%
G = 4.36%
B = 20%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.74

 K value IS 0.18

RGB Variations

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

Color information

#D00C37 (or 0xD00C37) is known color: Crimson. HEX triplet: D0, 0C and 37. RGB value is (208,12,55). Sum of RGB (Red+Green+Blue) = 208+12+55=275 (36% of max value = 765). Red value is 208 (81.64% from 255 or 75.64% from 275); Green value is 12 (5.08% from 255 or 4.36% from 275); Blue value is 55 (21.88% from 255 or 20% from 275); Max value from RGB is 208 - color contains mainly: red. Hex color #D00C37 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D00C37 is #2FF3C8. Grayscale: #4B4B4B. Windows color (decimal): -3142601 or 3607760. OLE color: 3607760.

HSL color Cylindrical-coordinate representation of color #D00C37: hue angle of 346.84º degrees, saturation: 0.89, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D00C37 is Cyan = 0, Magento = 0.94, Yellow = 0.74 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 12 55 -
CMYK 0 0.94 0.74 0.18
HSL 346.84º 0.89% 0.43% -
HSV(B) 346.84º 0.94% 0.82% -
XYZ 26.83 13.95 4.89 -
YUV 75.51 116.43 222.5 -
System Red Green Blue C M Y K H S L
Decimal 208 12 55 0 0.94 0.74 0.18 346.84 0.89 0.43
Hex D0 C 37 0 5E 4A 12 15B 59 2B
Octal 320 14 67 0 136 112 22 533 131 53
Binary 11010000 1100 110111 0 1011110 1001010 10010 101011011 1011001 101011

Color Harmonies of #D00C37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D00C37

Black with #D00C37

Text Example


Text Example

White with #D00C37

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D00C37; }

 p { color: rgb(208,12,55); }

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

background-color css

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

 a { background-color: rgb(208,12,55); }

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

border-color css

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

 span { border-color: rgb(208,12,55); }

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