Html Css Color HEX #DE472B Cinnabar

📋 copy color: '#DE472B'

red 222 ◦ green 71 ◦ blue 43

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

Shades of Cinnabar #DE472B

Tints of Cinnabar #DE472B

RGB

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

 GREEN value IS 71 (28.13% from 255) = 21.13%

 BLUE value IS 43 (17.19% from 255) = 12.8%

R = 66.07%
G = 21.13%
B = 12.8%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.81

 K value IS 0.13

RGB Variations

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

Color information

#DE472B (or 0xDE472B) is known color: Cinnabar. HEX triplet: DE, 47 and 2B. RGB value is (222,71,43). Sum of RGB (Red+Green+Blue) = 222+71+43=336 (44% of max value = 765). Red value is 222 (87.11% from 255 or 66.07% from 336); Green value is 71 (28.12% from 255 or 21.13% from 336); Blue value is 43 (17.19% from 255 or 12.80% from 336); Max value from RGB is 222 - color contains mainly: red. Hex color #DE472B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DE472B is #21B8D4. Grayscale: #717171. Windows color (decimal): -2210005 or 2836446. OLE color: 2836446.

HSL color Cylindrical-coordinate representation of color #DE472B: hue angle of 9.39º degrees, saturation: 0.73, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #DE472B is Cyan = 0, Magento = 0.68, Yellow = 0.81 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 71 43 -
CMYK 0 0.68 0.81 0.13
HSL 9.39º 0.73% 0.52% -
HSV(B) 9.39º 0.81% 0.87% -
XYZ 32.81 20.21 4.46 -
YUV 112.96 88.53 205.78 -
System Red Green Blue C M Y K H S L
Decimal 222 71 43 0 0.68 0.81 0.13 9.39 0.73 0.52
Hex DE 47 2B 0 44 51 D 9 49 34
Octal 336 107 53 0 104 121 15 11 111 64
Binary 11011110 1000111 101011 0 1000100 1010001 1101 1001 1001001 110100

Color Harmonies of #DE472B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE472B

Black with #DE472B

Text Example


Text Example

White with #DE472B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE472B; }

 p { color: rgb(222,71,43); }

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

background-color css

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

 a { background-color: rgb(222,71,43); }

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

border-color css

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

 span { border-color: rgb(222,71,43); }

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