Html Css Color HEX #DE4728 Cinnabar

📋 copy color: '#DE4728'

red 222 ◦ green 71 ◦ blue 40

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

Shades of Cinnabar #DE4728

Tints of Cinnabar #DE4728

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 12.01%

R = 66.67%
G = 21.32%
B = 12.01%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.82

 K value IS 0.13

RGB Variations

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

Color information

#DE4728 (or 0xDE4728) is known color: Cinnabar. HEX triplet: DE, 47 and 28. RGB value is (222,71,40). Sum of RGB (Red+Green+Blue) = 222+71+40=333 (44% of max value = 765). Red value is 222 (87.11% from 255 or 66.67% from 333); Green value is 71 (28.12% from 255 or 21.32% from 333); Blue value is 40 (16.02% from 255 or 12.01% from 333); Max value from RGB is 222 - color contains mainly: red. Hex color #DE4728 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DE4728 is #21B8D7. Grayscale: #707070. Windows color (decimal): -2210008 or 2639838. OLE color: 2639838.

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

Color convert

RGB 222 71 40 -
CMYK 0 0.68 0.82 0.13
HSL 10.22º 0.73% 0.51% -
HSV(B) 10.22º 0.82% 0.87% -
XYZ 32.76 20.19 4.18 -
YUV 112.62 87.03 206.02 -
System Red Green Blue C M Y K H S L
Decimal 222 71 40 0 0.68 0.82 0.13 10.22 0.73 0.51
Hex DE 47 28 0 44 52 D A 49 33
Octal 336 107 50 0 104 122 15 12 111 63
Binary 11011110 1000111 101000 0 1000100 1010010 1101 1010 1001001 110011

Color Harmonies of #DE4728

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE4728

Black with #DE4728

Text Example


Text Example

White with #DE4728

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE4728; }

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

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

background-color css

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

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

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

border-color css

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

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

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