Html Css Color HEX #DE4C30 Cinnabar

📋 copy color: '#DE4C30'

red 222 ◦ green 76 ◦ blue 48

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

Shades of Cinnabar #DE4C30

Tints of Cinnabar #DE4C30

RGB

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

 GREEN value IS 76 (30.08% from 255) = 21.97%

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

R = 64.16%
G = 21.97%
B = 13.87%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.78

 K value IS 0.13

RGB Variations

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

Color information

#DE4C30 (or 0xDE4C30) is known color: Cinnabar. HEX triplet: DE, 4C and 30. RGB value is (222,76,48). Sum of RGB (Red+Green+Blue) = 222+76+48=346 (45% of max value = 765). Red value is 222 (87.11% from 255 or 64.16% from 346); Green value is 76 (30.08% from 255 or 21.97% from 346); Blue value is 48 (19.14% from 255 or 13.87% from 346); Max value from RGB is 222 - color contains mainly: red. Hex color #DE4C30 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DE4C30 is #21B3CF. Grayscale: #747474. Windows color (decimal): -2208720 or 3165406. OLE color: 3165406.

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

Color convert

RGB 222 76 48 -
CMYK 0 0.66 0.78 0.13
HSL 9.66º 0.73% 0.53% -
HSV(B) 9.66º 0.78% 0.87% -
XYZ 33.24 20.91 5.08 -
YUV 116.46 89.37 203.28 -
System Red Green Blue C M Y K H S L
Decimal 222 76 48 0 0.66 0.78 0.13 9.66 0.73 0.53
Hex DE 4C 30 0 42 4E D A 48 35
Octal 336 114 60 0 102 116 15 12 110 65
Binary 11011110 1001100 110000 0 1000010 1001110 1101 1010 1001000 110101

Color Harmonies of #DE4C30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE4C30

Black with #DE4C30

Text Example


Text Example

White with #DE4C30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE4C30; }

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

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

background-color css

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

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

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

border-color css

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

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

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