Html Css Color HEX #DE3525 Cinnabar

📋 copy color: '#DE3525'

red 222 ◦ green 53 ◦ blue 37

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

Shades of Cinnabar #DE3525

Tints of Cinnabar #DE3525

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 11.86%

R = 71.15%
G = 16.99%
B = 11.86%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.83

 K value IS 0.13

RGB Variations

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

Color information

#DE3525 (or 0xDE3525) is known color: Cinnabar. HEX triplet: DE, 35 and 25. RGB value is (222,53,37). Sum of RGB (Red+Green+Blue) = 222+53+37=312 (41% of max value = 765). Red value is 222 (87.11% from 255 or 71.15% from 312); Green value is 53 (21.09% from 255 or 16.99% from 312); Blue value is 37 (14.84% from 255 or 11.86% from 312); Max value from RGB is 222 - color contains mainly: red. Hex color #DE3525 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DE3525 is #21CADA. Grayscale: #656565. Windows color (decimal): -2214619 or 2438622. OLE color: 2438622.

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

Color convert

RGB 222 53 37 -
CMYK 0 0.76 0.83 0.13
HSL 5.19º 0.74% 0.51% -
HSV(B) 5.19º 0.83% 0.87% -
XYZ 31.73 18.21 3.59 -
YUV 101.71 91.49 213.8 -
System Red Green Blue C M Y K H S L
Decimal 222 53 37 0 0.76 0.83 0.13 5.19 0.74 0.51
Hex DE 35 25 0 4C 53 D 5 4A 33
Octal 336 65 45 0 114 123 15 5 112 63
Binary 11011110 110101 100101 0 1001100 1010011 1101 101 1001010 110011

Color Harmonies of #DE3525

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE3525

Black with #DE3525

Text Example


Text Example

White with #DE3525

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE3525; }

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

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

background-color css

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

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

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

border-color css

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

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

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