Html Css Color HEX #DE3423 Cinnabar

📋 copy color: '#DE3423'

red 222 ◦ green 52 ◦ blue 35

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

Shades of Cinnabar #DE3423

Tints of Cinnabar #DE3423

RGB

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

 GREEN value IS 52 (20.7% from 255) = 16.83%

 BLUE value IS 35 (14.06% from 255) = 11.33%

R = 71.84%
G = 16.83%
B = 11.33%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.84

 K value IS 0.13

RGB Variations

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

Color information

#DE3423 (or 0xDE3423) is known color: Cinnabar. HEX triplet: DE, 34 and 23. RGB value is (222,52,35). Sum of RGB (Red+Green+Blue) = 222+52+35=309 (40% of max value = 765). Red value is 222 (87.11% from 255 or 71.84% from 309); Green value is 52 (20.70% from 255 or 16.83% from 309); Blue value is 35 (14.06% from 255 or 11.33% from 309); Max value from RGB is 222 - color contains mainly: red. Hex color #DE3423 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DE3423 is #21CBDC. Grayscale: #656565. Windows color (decimal): -2214877 or 2307294. OLE color: 2307294.

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

Color convert

RGB 222 52 35 -
CMYK 0 0.77 0.84 0.13
HSL 5.45º 0.74% 0.5% -
HSV(B) 5.45º 0.84% 0.87% -
XYZ 31.66 18.11 3.42 -
YUV 100.89 90.82 214.38 -
System Red Green Blue C M Y K H S L
Decimal 222 52 35 0 0.77 0.84 0.13 5.45 0.74 0.5
Hex DE 34 23 0 4D 54 D 5 4A 32
Octal 336 64 43 0 115 124 15 5 112 62
Binary 11011110 110100 100011 0 1001101 1010100 1101 101 1001010 110010

Color Harmonies of #DE3423

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE3423

Black with #DE3423

Text Example


Text Example

White with #DE3423

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE3423; }

 p { color: rgb(222,52,35); }

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

background-color css

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

 a { background-color: rgb(222,52,35); }

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

border-color css

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

 span { border-color: rgb(222,52,35); }

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