Html Css Color HEX #DE3431 Cinnabar

📋 copy color: '#DE3431'

red 222 ◦ green 52 ◦ blue 49

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

Shades of Cinnabar #DE3431

Tints of Cinnabar #DE3431

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 15.17%

R = 68.73%
G = 16.1%
B = 15.17%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.78

 K value IS 0.13

RGB Variations

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

Color information

#DE3431 (or 0xDE3431) is known color: Cinnabar. HEX triplet: DE, 34 and 31. RGB value is (222,52,49). Sum of RGB (Red+Green+Blue) = 222+52+49=323 (42% of max value = 765). Red value is 222 (87.11% from 255 or 68.73% from 323); Green value is 52 (20.70% from 255 or 16.10% from 323); Blue value is 49 (19.53% from 255 or 15.17% from 323); Max value from RGB is 222 - color contains mainly: red. Hex color #DE3431 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DE3431 is #21CBCE. Grayscale: #666666. Windows color (decimal): -2214863 or 3224798. OLE color: 3224798.

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

Color convert

RGB 222 52 49 -
CMYK 0 0.77 0.78 0.13
HSL 1.04º 0.72% 0.53% -
HSV(B) 1.04º 0.78% 0.87% -
XYZ 31.91 18.21 4.74 -
YUV 102.49 97.82 213.24 -
System Red Green Blue C M Y K H S L
Decimal 222 52 49 0 0.77 0.78 0.13 1.04 0.72 0.53
Hex DE 34 31 0 4D 4E D 1 48 35
Octal 336 64 61 0 115 116 15 1 110 65
Binary 11011110 110100 110001 0 1001101 1001110 1101 1 1001000 110101

Color Harmonies of #DE3431

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE3431

Black with #DE3431

Text Example


Text Example

White with #DE3431

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE3431; }

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

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

background-color css

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

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

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

border-color css

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

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

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