Html Css Color HEX #D00437 Crimson

📋 copy color: '#D00437'

red 208 ◦ green 4 ◦ blue 55

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

Shades of Crimson #D00437

Tints of Crimson #D00437

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.5%

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

R = 77.9%
G = 1.5%
B = 20.6%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.74

 K value IS 0.18

RGB Variations

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

Color information

#D00437 (or 0xD00437) is known color: Crimson. HEX triplet: D0, 04 and 37. RGB value is (208,4,55). Sum of RGB (Red+Green+Blue) = 208+4+55=267 (35% of max value = 765). Red value is 208 (81.64% from 255 or 77.90% from 267); Green value is 4 (1.95% from 255 or 1.50% from 267); Blue value is 55 (21.88% from 255 or 20.60% from 267); Max value from RGB is 208 - color contains mainly: red. Hex color #D00437 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D00437 is #2FFBC8. Grayscale: #464646. Windows color (decimal): -3144649 or 3605712. OLE color: 3605712.

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

Color convert

RGB 208 4 55 -
CMYK 0 0.98 0.74 0.18
HSL 345º 0.96% 0.42% -
HSV(B) 345º 0.98% 0.82% -
XYZ 26.75 13.77 4.86 -
YUV 70.81 119.09 225.85 -
System Red Green Blue C M Y K H S L
Decimal 208 4 55 0 0.98 0.74 0.18 345 0.96 0.42
Hex D0 4 37 0 62 4A 12 159 60 2A
Octal 320 4 67 0 142 112 22 531 140 52
Binary 11010000 100 110111 0 1100010 1001010 10010 101011001 1100000 101010

Color Harmonies of #D00437

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D00437

Black with #D00437

Text Example


Text Example

White with #D00437

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D00437; }

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

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

background-color css

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

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

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

border-color css

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

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

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