Html Css Color HEX #DF372C Cinnabar

📋 copy color: '#DF372C'

red 223 ◦ green 55 ◦ blue 44

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

Shades of Cinnabar #DF372C

Tints of Cinnabar #DF372C

RGB

 RED value IS 223 (87.5% from 255) = 69.25%

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

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

R = 69.25%
G = 17.08%
B = 13.66%

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

#DF372C (or 0xDF372C) is known color: Cinnabar. HEX triplet: DF, 37 and 2C. RGB value is (223,55,44). Sum of RGB (Red+Green+Blue) = 223+55+44=322 (42% of max value = 765). Red value is 223 (87.5% from 255 or 69.25% from 322); Green value is 55 (21.88% from 255 or 17.08% from 322); Blue value is 44 (17.58% from 255 or 13.66% from 322); Max value from RGB is 223 - color contains mainly: red. Hex color #DF372C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DF372C is #20C8D3. Grayscale: #686868. Windows color (decimal): -2148564 or 2897887. OLE color: 2897887.

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

Color convert

RGB 223 55 44 -
CMYK 0 0.75 0.80 0.13
HSL 3.69º 0.74% 0.52% -
HSV(B) 3.69º 0.8% 0.87% -
XYZ 32.25 18.6 4.27 -
YUV 103.98 94.16 212.89 -
System Red Green Blue C M Y K H S L
Decimal 223 55 44 0 0.75 0.80 0.13 3.69 0.74 0.52
Hex DF 37 2C 0 4B 50 D 4 4A 34
Octal 337 67 54 0 113 120 15 4 112 64
Binary 11011111 110111 101100 0 1001011 1010000 1101 100 1001010 110100

Color Harmonies of #DF372C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF372C

Black with #DF372C

Text Example


Text Example

White with #DF372C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF372C; }

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

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

background-color css

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

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

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

border-color css

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

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

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