Html Css Color HEX #DE0439 Crimson

📋 copy color: '#DE0439'

red 222 ◦ green 4 ◦ blue 57

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

Shades of Crimson #DE0439

Tints of Crimson #DE0439

RGB

 RED value IS 222 (87.11% from 255) = 78.45%

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

 BLUE value IS 57 (22.66% from 255) = 20.14%

R = 78.45%
G = 1.41%
B = 20.14%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.74

 K value IS 0.13

RGB Variations

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

Color information

#DE0439 (or 0xDE0439) is known color: Crimson. HEX triplet: DE, 04 and 39. RGB value is (222,4,57). Sum of RGB (Red+Green+Blue) = 222+4+57=283 (37% of max value = 765). Red value is 222 (87.11% from 255 or 78.45% from 283); Green value is 4 (1.95% from 255 or 1.41% from 283); Blue value is 57 (22.66% from 255 or 20.14% from 283); Max value from RGB is 222 - color contains mainly: red. Hex color #DE0439 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DE0439 is #21FBC6. Grayscale: #4B4B4B. Windows color (decimal): -2227143 or 3736798. OLE color: 3736798.

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

Color convert

RGB 222 4 57 -
CMYK 0 0.98 0.74 0.13
HSL 345.41º 0.96% 0.44% -
HSV(B) 345.41º 0.98% 0.87% -
XYZ 30.91 15.91 5.31 -
YUV 75.22 117.72 232.69 -
System Red Green Blue C M Y K H S L
Decimal 222 4 57 0 0.98 0.74 0.13 345.41 0.96 0.44
Hex DE 4 39 0 62 4A D 159 60 2C
Octal 336 4 71 0 142 112 15 531 140 54
Binary 11011110 100 111001 0 1100010 1001010 1101 101011001 1100000 101100

Color Harmonies of #DE0439

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE0439

Black with #DE0439

Text Example


Text Example

White with #DE0439

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE0439; }

 p { color: rgb(222,4,57); }

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

background-color css

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

 a { background-color: rgb(222,4,57); }

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

border-color css

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

 span { border-color: rgb(222,4,57); }

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