Html Css Color HEX #DE4231 Cinnabar

📋 copy color: '#DE4231'

red 222 ◦ green 66 ◦ blue 49

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

Shades of Cinnabar #DE4231

Tints of Cinnabar #DE4231

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 14.54%

R = 65.88%
G = 19.58%
B = 14.54%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.78

 K value IS 0.13

RGB Variations

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

Color information

#DE4231 (or 0xDE4231) is known color: Cinnabar. HEX triplet: DE, 42 and 31. RGB value is (222,66,49). Sum of RGB (Red+Green+Blue) = 222+66+49=337 (44% of max value = 765). Red value is 222 (87.11% from 255 or 65.88% from 337); Green value is 66 (26.17% from 255 or 19.58% from 337); Blue value is 49 (19.53% from 255 or 14.54% from 337); Max value from RGB is 222 - color contains mainly: red. Hex color #DE4231 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DE4231 is #21BDCE. Grayscale: #6E6E6E. Windows color (decimal): -2211279 or 3228382. OLE color: 3228382.

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

Color convert

RGB 222 66 49 -
CMYK 0 0.70 0.78 0.13
HSL 5.9º 0.72% 0.53% -
HSV(B) 5.9º 0.78% 0.87% -
XYZ 32.63 19.65 4.98 -
YUV 110.71 93.18 207.38 -
System Red Green Blue C M Y K H S L
Decimal 222 66 49 0 0.70 0.78 0.13 5.9 0.72 0.53
Hex DE 42 31 0 46 4E D 6 48 35
Octal 336 102 61 0 106 116 15 6 110 65
Binary 11011110 1000010 110001 0 1000110 1001110 1101 110 1001000 110101

Color Harmonies of #DE4231

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE4231

Black with #DE4231

Text Example


Text Example

White with #DE4231

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE4231; }

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

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

background-color css

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

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

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

border-color css

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

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

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