Html Css Color HEX #DE431C Cinnabar

📋 copy color: '#DE431C'

red 222 ◦ green 67 ◦ blue 28

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

Shades of Cinnabar #DE431C

Tints of Cinnabar #DE431C

RGB

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

 GREEN value IS 67 (26.56% from 255) = 21.14%

 BLUE value IS 28 (11.33% from 255) = 8.83%

R = 70.03%
G = 21.14%
B = 8.83%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.87

 K value IS 0.13

RGB Variations

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

Color information

#DE431C (or 0xDE431C) is known color: Cinnabar. HEX triplet: DE, 43 and 1C. RGB value is (222,67,28). Sum of RGB (Red+Green+Blue) = 222+67+28=317 (41% of max value = 765). Red value is 222 (87.11% from 255 or 70.03% from 317); Green value is 67 (26.56% from 255 or 21.14% from 317); Blue value is 28 (11.33% from 255 or 8.83% from 317); Max value from RGB is 222 - color contains mainly: red. Hex color #DE431C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DE431C is #21BCE3. Grayscale: #6D6D6D. Windows color (decimal): -2211044 or 1852382. OLE color: 1852382.

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

Color convert

RGB 222 67 28 -
CMYK 0 0.70 0.87 0.13
HSL 12.06º 0.78% 0.49% -
HSV(B) 12.06º 0.87% 0.87% -
XYZ 32.34 19.63 3.18 -
YUV 108.9 82.35 208.67 -
System Red Green Blue C M Y K H S L
Decimal 222 67 28 0 0.70 0.87 0.13 12.06 0.78 0.49
Hex DE 43 1C 0 46 57 D C 4E 31
Octal 336 103 34 0 106 127 15 14 116 61
Binary 11011110 1000011 11100 0 1000110 1010111 1101 1100 1001110 110001

Color Harmonies of #DE431C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE431C

Black with #DE431C

Text Example


Text Example

White with #DE431C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE431C; }

 p { color: rgb(222,67,28); }

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

background-color css

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

 a { background-color: rgb(222,67,28); }

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

border-color css

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

 span { border-color: rgb(222,67,28); }

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