Html Css Color HEX #DE4132 Cinnabar

📋 copy color: '#DE4132'

red 222 ◦ green 65 ◦ blue 50

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

Shades of Cinnabar #DE4132

Tints of Cinnabar #DE4132

RGB

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

 GREEN value IS 65 (25.78% from 255) = 19.29%

 BLUE value IS 50 (19.92% from 255) = 14.84%

R = 65.88%
G = 19.29%
B = 14.84%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.77

 K value IS 0.13

RGB Variations

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

Color information

#DE4132 (or 0xDE4132) is known color: Cinnabar. HEX triplet: DE, 41 and 32. RGB value is (222,65,50). Sum of RGB (Red+Green+Blue) = 222+65+50=337 (44% of max value = 765). Red value is 222 (87.11% from 255 or 65.88% from 337); Green value is 65 (25.78% from 255 or 19.29% from 337); Blue value is 50 (19.92% from 255 or 14.84% from 337); Max value from RGB is 222 - color contains mainly: red. Hex color #DE4132 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DE4132 is #21BECD. Grayscale: #6E6E6E. Windows color (decimal): -2211534 or 3293662. OLE color: 3293662.

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

Color convert

RGB 222 65 50 -
CMYK 0 0.71 0.77 0.13
HSL 5.23º 0.72% 0.53% -
HSV(B) 5.23º 0.77% 0.87% -
XYZ 32.59 19.54 5.07 -
YUV 110.23 94.01 207.72 -
System Red Green Blue C M Y K H S L
Decimal 222 65 50 0 0.71 0.77 0.13 5.23 0.72 0.53
Hex DE 41 32 0 47 4D D 5 48 35
Octal 336 101 62 0 107 115 15 5 110 65
Binary 11011110 1000001 110010 0 1000111 1001101 1101 101 1001000 110101

Color Harmonies of #DE4132

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE4132

Black with #DE4132

Text Example


Text Example

White with #DE4132

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE4132; }

 p { color: rgb(222,65,50); }

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

background-color css

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

 a { background-color: rgb(222,65,50); }

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

border-color css

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

 span { border-color: rgb(222,65,50); }

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