Html Css Color HEX #DE472F Cinnabar

📋 copy color: '#DE472F'

red 222 ◦ green 71 ◦ blue 47

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

Shades of Cinnabar #DE472F

Tints of Cinnabar #DE472F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 13.82%

R = 65.29%
G = 20.88%
B = 13.82%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.79

 K value IS 0.13

RGB Variations

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

Color information

#DE472F (or 0xDE472F) is known color: Cinnabar. HEX triplet: DE, 47 and 2F. RGB value is (222,71,47). Sum of RGB (Red+Green+Blue) = 222+71+47=340 (45% of max value = 765). Red value is 222 (87.11% from 255 or 65.29% from 340); Green value is 71 (28.12% from 255 or 20.88% from 340); Blue value is 47 (18.75% from 255 or 13.82% from 340); Max value from RGB is 222 - color contains mainly: red. Hex color #DE472F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DE472F is #21B8D0. Grayscale: #717171. Windows color (decimal): -2210001 or 3098590. OLE color: 3098590.

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

Color convert

RGB 222 71 47 -
CMYK 0 0.68 0.79 0.13
HSL 8.23º 0.73% 0.53% -
HSV(B) 8.23º 0.79% 0.87% -
XYZ 32.89 20.24 4.86 -
YUV 113.41 90.53 205.45 -
System Red Green Blue C M Y K H S L
Decimal 222 71 47 0 0.68 0.79 0.13 8.23 0.73 0.53
Hex DE 47 2F 0 44 4F D 8 49 35
Octal 336 107 57 0 104 117 15 10 111 65
Binary 11011110 1000111 101111 0 1000100 1001111 1101 1000 1001001 110101

Color Harmonies of #DE472F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE472F

Black with #DE472F

Text Example


Text Example

White with #DE472F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE472F; }

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

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

background-color css

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

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

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

border-color css

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

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

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