Html Css Color HEX #DE042C Crimson

📋 copy color: '#DE042C'

red 222 ◦ green 4 ◦ blue 44

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

Shades of Crimson #DE042C

Tints of Crimson #DE042C

RGB

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

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

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

R = 82.22%
G = 1.48%
B = 16.3%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.80

 K value IS 0.13

RGB Variations

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

Color information

#DE042C (or 0xDE042C) is known color: Crimson. HEX triplet: DE, 04 and 2C. RGB value is (222,4,44). Sum of RGB (Red+Green+Blue) = 222+4+44=270 (35% of max value = 765). Red value is 222 (87.11% from 255 or 82.22% from 270); Green value is 4 (1.95% from 255 or 1.48% from 270); Blue value is 44 (17.58% from 255 or 16.30% from 270); Max value from RGB is 222 - color contains mainly: red. Hex color #DE042C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DE042C is #21FBD3. Grayscale: #494949. Windows color (decimal): -2227156 or 2884830. OLE color: 2884830.

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

Color convert

RGB 222 4 44 -
CMYK 0 0.98 0.80 0.13
HSL 348.99º 0.96% 0.44% -
HSV(B) 348.99º 0.98% 0.87% -
XYZ 30.62 15.8 3.82 -
YUV 73.74 111.22 233.75 -
System Red Green Blue C M Y K H S L
Decimal 222 4 44 0 0.98 0.80 0.13 348.99 0.96 0.44
Hex DE 4 2C 0 62 50 D 15D 60 2C
Octal 336 4 54 0 142 120 15 535 140 54
Binary 11011110 100 101100 0 1100010 1010000 1101 101011101 1100000 101100

Color Harmonies of #DE042C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE042C

Black with #DE042C

Text Example


Text Example

White with #DE042C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE042C; }

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

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

background-color css

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

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

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

border-color css

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

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

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