Html Css Color HEX #DE022C Crimson

📋 copy color: '#DE022C'

red 222 ◦ green 2 ◦ blue 44

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

Shades of Crimson #DE022C

Tints of Crimson #DE022C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 16.42%

R = 82.84%
G = 0.75%
B = 16.42%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.80

 K value IS 0.13

RGB Variations

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

Color information

#DE022C (or 0xDE022C) is known color: Crimson. HEX triplet: DE, 02 and 2C. RGB value is (222,2,44). Sum of RGB (Red+Green+Blue) = 222+2+44=268 (35% of max value = 765). Red value is 222 (87.11% from 255 or 82.84% from 268); Green value is 2 (1.17% from 255 or 0.75% from 268); Blue value is 44 (17.58% from 255 or 16.42% from 268); Max value from RGB is 222 - color contains mainly: red. Hex color #DE022C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DE022C is #21FDD3. Grayscale: #484848. Windows color (decimal): -2227668 or 2884318. OLE color: 2884318.

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

Color convert

RGB 222 2 44 -
CMYK 0 0.99 0.80 0.13
HSL 348.55º 0.98% 0.44% -
HSV(B) 348.55º 0.99% 0.87% -
XYZ 30.6 15.75 3.81 -
YUV 72.57 111.89 234.58 -
System Red Green Blue C M Y K H S L
Decimal 222 2 44 0 0.99 0.80 0.13 348.55 0.98 0.44
Hex DE 2 2C 0 63 50 D 15D 62 2C
Octal 336 2 54 0 143 120 15 535 142 54
Binary 11011110 10 101100 0 1100011 1010000 1101 101011101 1100010 101100

Color Harmonies of #DE022C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE022C

Black with #DE022C

Text Example


Text Example

White with #DE022C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE022C; }

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

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

background-color css

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

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

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

border-color css

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

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

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