Html Css Color HEX #DE5136 Cinnabar

📋 copy color: '#DE5136'

red 222 ◦ green 81 ◦ blue 54

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

Shades of Cinnabar #DE5136

Tints of Cinnabar #DE5136

RGB

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

 GREEN value IS 81 (32.03% from 255) = 22.69%

 BLUE value IS 54 (21.48% from 255) = 15.13%

R = 62.18%
G = 22.69%
B = 15.13%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.76

 K value IS 0.13

RGB Variations

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

Color information

#DE5136 (or 0xDE5136) is known color: Cinnabar. HEX triplet: DE, 51 and 36. RGB value is (222,81,54). Sum of RGB (Red+Green+Blue) = 222+81+54=357 (47% of max value = 765). Red value is 222 (87.11% from 255 or 62.18% from 357); Green value is 81 (32.03% from 255 or 22.69% from 357); Blue value is 54 (21.48% from 255 or 15.13% from 357); Max value from RGB is 222 - color contains mainly: red. Hex color #DE5136 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DE5136 is #21AEC9. Grayscale: #787878. Windows color (decimal): -2207434 or 3559902. OLE color: 3559902.

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

Color convert

RGB 222 81 54 -
CMYK 0 0.64 0.76 0.13
HSL 9.64º 0.72% 0.54% -
HSV(B) 9.64º 0.76% 0.87% -
XYZ 33.73 21.68 5.9 -
YUV 120.08 90.71 200.7 -
System Red Green Blue C M Y K H S L
Decimal 222 81 54 0 0.64 0.76 0.13 9.64 0.72 0.54
Hex DE 51 36 0 40 4C D A 48 36
Octal 336 121 66 0 100 114 15 12 110 66
Binary 11011110 1010001 110110 0 1000000 1001100 1101 1010 1001000 110110

Color Harmonies of #DE5136

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE5136

Black with #DE5136

Text Example


Text Example

White with #DE5136

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE5136; }

 p { color: rgb(222,81,54); }

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

background-color css

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

 a { background-color: rgb(222,81,54); }

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

border-color css

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

 span { border-color: rgb(222,81,54); }

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