Html Css Color HEX #DE0229 Crimson

📋 copy color: '#DE0229'

red 222 ◦ green 2 ◦ blue 41

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

Shades of Crimson #DE0229

Tints of Crimson #DE0229

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 15.47%

R = 83.77%
G = 0.75%
B = 15.47%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.82

 K value IS 0.13

RGB Variations

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

Color information

#DE0229 (or 0xDE0229) is known color: Crimson. HEX triplet: DE, 02 and 29. RGB value is (222,2,41). Sum of RGB (Red+Green+Blue) = 222+2+41=265 (35% of max value = 765). Red value is 222 (87.11% from 255 or 83.77% from 265); Green value is 2 (1.17% from 255 or 0.75% from 265); Blue value is 41 (16.41% from 255 or 15.47% from 265); Max value from RGB is 222 - color contains mainly: red. Hex color #DE0229 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DE0229 is #21FDD6. Grayscale: #484848. Windows color (decimal): -2227671 or 2687710. OLE color: 2687710.

HSL color Cylindrical-coordinate representation of color #DE0229: hue angle of 349.36º 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 #DE0229 is Cyan = 0, Magento = 0.99, Yellow = 0.82 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 2 41 -
CMYK 0 0.99 0.82 0.13
HSL 349.36º 0.98% 0.44% -
HSV(B) 349.36º 0.99% 0.87% -
XYZ 30.55 15.73 3.52 -
YUV 72.23 110.39 234.83 -
System Red Green Blue C M Y K H S L
Decimal 222 2 41 0 0.99 0.82 0.13 349.36 0.98 0.44
Hex DE 2 29 0 63 52 D 15D 62 2C
Octal 336 2 51 0 143 122 15 535 142 54
Binary 11011110 10 101001 0 1100011 1010010 1101 101011101 1100010 101100

Color Harmonies of #DE0229

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE0229

Black with #DE0229

Text Example


Text Example

White with #DE0229

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE0229; }

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

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

background-color css

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

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

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

border-color css

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

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

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