Html Css Color HEX #DE372D Cinnabar

📋 copy color: '#DE372D'

red 222 ◦ green 55 ◦ blue 45

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

Shades of Cinnabar #DE372D

Tints of Cinnabar #DE372D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 13.98%

R = 68.94%
G = 17.08%
B = 13.98%

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

#DE372D (or 0xDE372D) is known color: Cinnabar. HEX triplet: DE, 37 and 2D. RGB value is (222,55,45). Sum of RGB (Red+Green+Blue) = 222+55+45=322 (42% of max value = 765). Red value is 222 (87.11% from 255 or 68.94% from 322); Green value is 55 (21.88% from 255 or 17.08% from 322); Blue value is 45 (17.97% from 255 or 13.98% from 322); Max value from RGB is 222 - color contains mainly: red. Hex color #DE372D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DE372D is #21C8D2. Grayscale: #676767. Windows color (decimal): -2214099 or 2963422. OLE color: 2963422.

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

Color convert

RGB 222 55 45 -
CMYK 0 0.75 0.80 0.13
HSL 3.39º 0.73% 0.52% -
HSV(B) 3.39º 0.8% 0.87% -
XYZ 31.96 18.45 4.36 -
YUV 103.79 94.83 212.31 -
System Red Green Blue C M Y K H S L
Decimal 222 55 45 0 0.75 0.80 0.13 3.39 0.73 0.52
Hex DE 37 2D 0 4B 50 D 3 49 34
Octal 336 67 55 0 113 120 15 3 111 64
Binary 11011110 110111 101101 0 1001011 1010000 1101 11 1001001 110100

Color Harmonies of #DE372D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE372D

Black with #DE372D

Text Example


Text Example

White with #DE372D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE372D; }

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

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

background-color css

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

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

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

border-color css

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

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

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