Html Css Color HEX #DE0239 Crimson

📋 copy color: '#DE0239'

red 222 ◦ green 2 ◦ blue 57

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

Shades of Crimson #DE0239

Tints of Crimson #DE0239

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.71%

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

R = 79%
G = 0.71%
B = 20.28%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.74

 K value IS 0.13

RGB Variations

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

Color information

#DE0239 (or 0xDE0239) is known color: Crimson. HEX triplet: DE, 02 and 39. RGB value is (222,2,57). Sum of RGB (Red+Green+Blue) = 222+2+57=281 (37% of max value = 765). Red value is 222 (87.11% from 255 or 79.00% from 281); Green value is 2 (1.17% from 255 or 0.71% from 281); Blue value is 57 (22.66% from 255 or 20.28% from 281); Max value from RGB is 222 - color contains mainly: red. Hex color #DE0239 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DE0239 is #21FDC6. Grayscale: #4A4A4A. Windows color (decimal): -2227655 or 3736286. OLE color: 3736286.

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

Color convert

RGB 222 2 57 -
CMYK 0 0.99 0.74 0.13
HSL 345º 0.98% 0.44% -
HSV(B) 345º 0.99% 0.87% -
XYZ 30.88 15.87 5.31 -
YUV 74.05 118.39 233.53 -
System Red Green Blue C M Y K H S L
Decimal 222 2 57 0 0.99 0.74 0.13 345 0.98 0.44
Hex DE 2 39 0 63 4A D 159 62 2C
Octal 336 2 71 0 143 112 15 531 142 54
Binary 11011110 10 111001 0 1100011 1001010 1101 101011001 1100010 101100

Color Harmonies of #DE0239

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE0239

Black with #DE0239

Text Example


Text Example

White with #DE0239

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE0239; }

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

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

background-color css

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

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

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

border-color css

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

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

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