Html Css Color HEX #DE022A Crimson

📋 copy color: '#DE022A'

red 222 ◦ green 2 ◦ blue 42

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

Shades of Crimson #DE022A

Tints of Crimson #DE022A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 15.79%

R = 83.46%
G = 0.75%
B = 15.79%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.81

 K value IS 0.13

RGB Variations

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

Color information

#DE022A (or 0xDE022A) is known color: Crimson. HEX triplet: DE, 02 and 2A. RGB value is (222,2,42). Sum of RGB (Red+Green+Blue) = 222+2+42=266 (35% of max value = 765). Red value is 222 (87.11% from 255 or 83.46% from 266); Green value is 2 (1.17% from 255 or 0.75% from 266); Blue value is 42 (16.80% from 255 or 15.79% from 266); Max value from RGB is 222 - color contains mainly: red. Hex color #DE022A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DE022A is #21FDD5. Grayscale: #484848. Windows color (decimal): -2227670 or 2753246. OLE color: 2753246.

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

Color convert

RGB 222 2 42 -
CMYK 0 0.99 0.81 0.13
HSL 349.09º 0.98% 0.44% -
HSV(B) 349.09º 0.99% 0.87% -
XYZ 30.56 15.74 3.62 -
YUV 72.34 110.89 234.75 -
System Red Green Blue C M Y K H S L
Decimal 222 2 42 0 0.99 0.81 0.13 349.09 0.98 0.44
Hex DE 2 2A 0 63 51 D 15D 62 2C
Octal 336 2 52 0 143 121 15 535 142 54
Binary 11011110 10 101010 0 1100011 1010001 1101 101011101 1100010 101100

Color Harmonies of #DE022A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE022A

Black with #DE022A

Text Example


Text Example

White with #DE022A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE022A; }

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

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

background-color css

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

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

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

border-color css

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

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

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