Html Css Color HEX #DE3328 Cinnabar

📋 copy color: '#DE3328'

red 222 ◦ green 51 ◦ blue 40

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

Shades of Cinnabar #DE3328

Tints of Cinnabar #DE3328

RGB

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

 GREEN value IS 51 (20.31% from 255) = 16.29%

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

R = 70.93%
G = 16.29%
B = 12.78%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.82

 K value IS 0.13

RGB Variations

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

Color information

#DE3328 (or 0xDE3328) is known color: Cinnabar. HEX triplet: DE, 33 and 28. RGB value is (222,51,40). Sum of RGB (Red+Green+Blue) = 222+51+40=313 (41% of max value = 765). Red value is 222 (87.11% from 255 or 70.93% from 313); Green value is 51 (20.31% from 255 or 16.29% from 313); Blue value is 40 (16.02% from 255 or 12.78% from 313); Max value from RGB is 222 - color contains mainly: red. Hex color #DE3328 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DE3328 is #21CCD7. Grayscale: #656565. Windows color (decimal): -2215128 or 2634718. OLE color: 2634718.

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

Color convert

RGB 222 51 40 -
CMYK 0 0.77 0.82 0.13
HSL 3.63º 0.73% 0.51% -
HSV(B) 3.63º 0.82% 0.87% -
XYZ 31.69 18.05 3.82 -
YUV 100.88 93.65 214.39 -
System Red Green Blue C M Y K H S L
Decimal 222 51 40 0 0.77 0.82 0.13 3.63 0.73 0.51
Hex DE 33 28 0 4D 52 D 4 49 33
Octal 336 63 50 0 115 122 15 4 111 63
Binary 11011110 110011 101000 0 1001101 1010010 1101 100 1001001 110011

Color Harmonies of #DE3328

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE3328

Black with #DE3328

Text Example


Text Example

White with #DE3328

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE3328; }

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

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

background-color css

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

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

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

border-color css

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

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

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