Html Css Color HEX #DE4E30 Cinnabar

📋 copy color: '#DE4E30'

red 222 ◦ green 78 ◦ blue 48

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

Shades of Cinnabar #DE4E30

Tints of Cinnabar #DE4E30

RGB

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

 GREEN value IS 78 (30.86% from 255) = 22.41%

 BLUE value IS 48 (19.14% from 255) = 13.79%

R = 63.79%
G = 22.41%
B = 13.79%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.78

 K value IS 0.13

RGB Variations

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

Color information

#DE4E30 (or 0xDE4E30) is known color: Cinnabar. HEX triplet: DE, 4E and 30. RGB value is (222,78,48). Sum of RGB (Red+Green+Blue) = 222+78+48=348 (46% of max value = 765). Red value is 222 (87.11% from 255 or 63.79% from 348); Green value is 78 (30.86% from 255 or 22.41% from 348); Blue value is 48 (19.14% from 255 or 13.79% from 348); Max value from RGB is 222 - color contains mainly: red. Hex color #DE4E30 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DE4E30 is #21B1CF. Grayscale: #757575. Windows color (decimal): -2208208 or 3165918. OLE color: 3165918.

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

Color convert

RGB 222 78 48 -
CMYK 0 0.65 0.78 0.13
HSL 10.34º 0.73% 0.53% -
HSV(B) 10.34º 0.78% 0.87% -
XYZ 33.38 21.19 5.13 -
YUV 117.64 88.71 202.44 -
System Red Green Blue C M Y K H S L
Decimal 222 78 48 0 0.65 0.78 0.13 10.34 0.73 0.53
Hex DE 4E 30 0 41 4E D A 48 35
Octal 336 116 60 0 101 116 15 12 110 65
Binary 11011110 1001110 110000 0 1000001 1001110 1101 1010 1001000 110101

Color Harmonies of #DE4E30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE4E30

Black with #DE4E30

Text Example


Text Example

White with #DE4E30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE4E30; }

 p { color: rgb(222,78,48); }

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

background-color css

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

 a { background-color: rgb(222,78,48); }

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

border-color css

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

 span { border-color: rgb(222,78,48); }

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