Html Css Color HEX #D00436 Crimson

📋 copy color: '#D00436'

red 208 ◦ green 4 ◦ blue 54

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

Shades of Crimson #D00436

Tints of Crimson #D00436

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 20.3%

R = 78.2%
G = 1.5%
B = 20.3%

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

#D00436 (or 0xD00436) is known color: Crimson. HEX triplet: D0, 04 and 36. RGB value is (208,4,54). Sum of RGB (Red+Green+Blue) = 208+4+54=266 (35% of max value = 765). Red value is 208 (81.64% from 255 or 78.20% from 266); Green value is 4 (1.95% from 255 or 1.50% from 266); Blue value is 54 (21.48% from 255 or 20.30% from 266); Max value from RGB is 208 - color contains mainly: red. Hex color #D00436 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D00436 is #2FFBC9. Grayscale: #464646. Windows color (decimal): -3144650 or 3540176. OLE color: 3540176.

HSL color Cylindrical-coordinate representation of color #D00436: hue angle of 345.29º 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 #D00436 is Cyan = 0, Magento = 0.98, Yellow = 0.74 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 4 54 -
CMYK 0 0.98 0.74 0.18
HSL 345.29º 0.96% 0.42% -
HSV(B) 345.29º 0.98% 0.82% -
XYZ 26.72 13.76 4.74 -
YUV 70.7 118.59 225.93 -
System Red Green Blue C M Y K H S L
Decimal 208 4 54 0 0.98 0.74 0.18 345.29 0.96 0.42
Hex D0 4 36 0 62 4A 12 159 60 2A
Octal 320 4 66 0 142 112 22 531 140 52
Binary 11010000 100 110110 0 1100010 1001010 10010 101011001 1100000 101010

Color Harmonies of #D00436

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D00436

Black with #D00436

Text Example


Text Example

White with #D00436

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D00436; }

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

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

background-color css

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

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

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

border-color css

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

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

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