Html Css Color HEX #DE4233 Cinnabar

📋 copy color: '#DE4233'

red 222 ◦ green 66 ◦ blue 51

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

Shades of Cinnabar #DE4233

Tints of Cinnabar #DE4233

RGB

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

 GREEN value IS 66 (26.17% from 255) = 19.47%

 BLUE value IS 51 (20.31% from 255) = 15.04%

R = 65.49%
G = 19.47%
B = 15.04%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.77

 K value IS 0.13

RGB Variations

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

Color information

#DE4233 (or 0xDE4233) is known color: Cinnabar. HEX triplet: DE, 42 and 33. RGB value is (222,66,51). Sum of RGB (Red+Green+Blue) = 222+66+51=339 (44% of max value = 765). Red value is 222 (87.11% from 255 or 65.49% from 339); Green value is 66 (26.17% from 255 or 19.47% from 339); Blue value is 51 (20.31% from 255 or 15.04% from 339); Max value from RGB is 222 - color contains mainly: red. Hex color #DE4233 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DE4233 is #21BDCC. Grayscale: #6F6F6F. Windows color (decimal): -2211277 or 3359454. OLE color: 3359454.

HSL color Cylindrical-coordinate representation of color #DE4233: hue angle of 5.26º degrees, saturation: 0.72, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #DE4233 is Cyan = 0, Magento = 0.70, Yellow = 0.77 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 66 51 -
CMYK 0 0.70 0.77 0.13
HSL 5.26º 0.72% 0.54% -
HSV(B) 5.26º 0.77% 0.87% -
XYZ 32.67 19.67 5.21 -
YUV 110.93 94.18 207.22 -
System Red Green Blue C M Y K H S L
Decimal 222 66 51 0 0.70 0.77 0.13 5.26 0.72 0.54
Hex DE 42 33 0 46 4D D 5 48 36
Octal 336 102 63 0 106 115 15 5 110 66
Binary 11011110 1000010 110011 0 1000110 1001101 1101 101 1001000 110110

Color Harmonies of #DE4233

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE4233

Black with #DE4233

Text Example


Text Example

White with #DE4233

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE4233; }

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

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

background-color css

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

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

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

border-color css

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

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

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