Html Css Color HEX #DE4F28 Cinnabar

📋 copy color: '#DE4F28'

red 222 ◦ green 79 ◦ blue 40

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

Shades of Cinnabar #DE4F28

Tints of Cinnabar #DE4F28

RGB

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

 GREEN value IS 79 (31.25% from 255) = 23.17%

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

R = 65.1%
G = 23.17%
B = 11.73%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.82

 K value IS 0.13

RGB Variations

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

Color information

#DE4F28 (or 0xDE4F28) is known color: Cinnabar. HEX triplet: DE, 4F and 28. RGB value is (222,79,40). Sum of RGB (Red+Green+Blue) = 222+79+40=341 (45% of max value = 765). Red value is 222 (87.11% from 255 or 65.10% from 341); Green value is 79 (31.25% from 255 or 23.17% from 341); Blue value is 40 (16.02% from 255 or 11.73% from 341); Max value from RGB is 222 - color contains mainly: red. Hex color #DE4F28 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DE4F28 is #21B0D7. Grayscale: #757575. Windows color (decimal): -2207960 or 2641886. OLE color: 2641886.

HSL color Cylindrical-coordinate representation of color #DE4F28: hue angle of 12.86º 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 #DE4F28 is Cyan = 0, Magento = 0.64, Yellow = 0.82 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 79 40 -
CMYK 0 0.64 0.82 0.13
HSL 12.86º 0.73% 0.51% -
HSV(B) 12.86º 0.82% 0.87% -
XYZ 33.3 21.27 4.36 -
YUV 117.31 84.38 202.67 -
System Red Green Blue C M Y K H S L
Decimal 222 79 40 0 0.64 0.82 0.13 12.86 0.73 0.51
Hex DE 4F 28 0 40 52 D D 49 33
Octal 336 117 50 0 100 122 15 15 111 63
Binary 11011110 1001111 101000 0 1000000 1010010 1101 1101 1001001 110011

Color Harmonies of #DE4F28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE4F28

Black with #DE4F28

Text Example


Text Example

White with #DE4F28

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE4F28; }

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

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

background-color css

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

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

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

border-color css

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

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

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