Html Css Color HEX #DE3530 Cinnabar

📋 copy color: '#DE3530'

red 222 ◦ green 53 ◦ blue 48

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

Shades of Cinnabar #DE3530

Tints of Cinnabar #DE3530

RGB

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

 GREEN value IS 53 (21.09% from 255) = 16.41%

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

R = 68.73%
G = 16.41%
B = 14.86%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.78

 K value IS 0.13

RGB Variations

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

Color information

#DE3530 (or 0xDE3530) is known color: Cinnabar. HEX triplet: DE, 35 and 30. RGB value is (222,53,48). Sum of RGB (Red+Green+Blue) = 222+53+48=323 (42% of max value = 765). Red value is 222 (87.11% from 255 or 68.73% from 323); Green value is 53 (21.09% from 255 or 16.41% from 323); Blue value is 48 (19.14% from 255 or 14.86% from 323); Max value from RGB is 222 - color contains mainly: red. Hex color #DE3530 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DE3530 is #21CACF. Grayscale: #676767. Windows color (decimal): -2214608 or 3159518. OLE color: 3159518.

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

Color convert

RGB 222 53 48 -
CMYK 0 0.76 0.78 0.13
HSL 1.72º 0.73% 0.53% -
HSV(B) 1.72º 0.78% 0.87% -
XYZ 31.93 18.29 4.64 -
YUV 102.96 96.99 212.91 -
System Red Green Blue C M Y K H S L
Decimal 222 53 48 0 0.76 0.78 0.13 1.72 0.73 0.53
Hex DE 35 30 0 4C 4E D 2 48 35
Octal 336 65 60 0 114 116 15 2 110 65
Binary 11011110 110101 110000 0 1001100 1001110 1101 10 1001000 110101

Color Harmonies of #DE3530

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE3530

Black with #DE3530

Text Example


Text Example

White with #DE3530

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE3530; }

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

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

background-color css

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

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

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

border-color css

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

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

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