Html Css Color HEX #DE372C Cinnabar

📋 copy color: '#DE372C'

red 222 ◦ green 55 ◦ blue 44

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

Shades of Cinnabar #DE372C

Tints of Cinnabar #DE372C

RGB

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

 GREEN value IS 55 (21.88% from 255) = 17.13%

 BLUE value IS 44 (17.58% from 255) = 13.71%

R = 69.16%
G = 17.13%
B = 13.71%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.80

 K value IS 0.13

RGB Variations

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

Color information

#DE372C (or 0xDE372C) is known color: Cinnabar. HEX triplet: DE, 37 and 2C. RGB value is (222,55,44). Sum of RGB (Red+Green+Blue) = 222+55+44=321 (42% of max value = 765). Red value is 222 (87.11% from 255 or 69.16% from 321); Green value is 55 (21.88% from 255 or 17.13% from 321); Blue value is 44 (17.58% from 255 or 13.71% from 321); Max value from RGB is 222 - color contains mainly: red. Hex color #DE372C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DE372C is #21C8D3. Grayscale: #676767. Windows color (decimal): -2214100 or 2897886. OLE color: 2897886.

HSL color Cylindrical-coordinate representation of color #DE372C: hue angle of 3.71º degrees, saturation: 0.73, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #DE372C is Cyan = 0, Magento = 0.75, Yellow = 0.80 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 55 44 -
CMYK 0 0.75 0.80 0.13
HSL 3.71º 0.73% 0.52% -
HSV(B) 3.71º 0.8% 0.87% -
XYZ 31.95 18.44 4.26 -
YUV 103.68 94.33 212.39 -
System Red Green Blue C M Y K H S L
Decimal 222 55 44 0 0.75 0.80 0.13 3.71 0.73 0.52
Hex DE 37 2C 0 4B 50 D 4 49 34
Octal 336 67 54 0 113 120 15 4 111 64
Binary 11011110 110111 101100 0 1001011 1010000 1101 100 1001001 110100

Color Harmonies of #DE372C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE372C

Black with #DE372C

Text Example


Text Example

White with #DE372C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE372C; }

 p { color: rgb(222,55,44); }

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

background-color css

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

 a { background-color: rgb(222,55,44); }

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

border-color css

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

 span { border-color: rgb(222,55,44); }

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