Html Css Color HEX #DC372F Cinnabar

📋 copy color: '#DC372F'

red 220 ◦ green 55 ◦ blue 47

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

Shades of Cinnabar #DC372F

Tints of Cinnabar #DC372F

RGB

 RED value IS 220 (86.33% from 255) = 68.32%

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

 BLUE value IS 47 (18.75% from 255) = 14.6%

R = 68.32%
G = 17.08%
B = 14.6%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.79

 K value IS 0.14

RGB Variations

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

Color information

#DC372F (or 0xDC372F) is known color: Cinnabar. HEX triplet: DC, 37 and 2F. RGB value is (220,55,47). Sum of RGB (Red+Green+Blue) = 220+55+47=322 (42% of max value = 765). Red value is 220 (86.33% from 255 or 68.32% from 322); Green value is 55 (21.88% from 255 or 17.08% from 322); Blue value is 47 (18.75% from 255 or 14.60% from 322); Max value from RGB is 220 - color contains mainly: red. Hex color #DC372F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC372F is #23C8D0. Grayscale: #676767. Windows color (decimal): -2345169 or 3094492. OLE color: 3094492.

HSL color Cylindrical-coordinate representation of color #DC372F: hue angle of 2.77º degrees, saturation: 0.71, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #DC372F is Cyan = 0, Magento = 0.75, Yellow = 0.79 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 55 47 -
CMYK 0 0.75 0.79 0.14
HSL 2.77º 0.71% 0.52% -
HSV(B) 2.77º 0.79% 0.86% -
XYZ 31.39 18.15 4.54 -
YUV 103.42 96.16 211.15 -
System Red Green Blue C M Y K H S L
Decimal 220 55 47 0 0.75 0.79 0.14 2.77 0.71 0.52
Hex DC 37 2F 0 4B 4F E 3 47 34
Octal 334 67 57 0 113 117 16 3 107 64
Binary 11011100 110111 101111 0 1001011 1001111 1110 11 1000111 110100

Color Harmonies of #DC372F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC372F

Black with #DC372F

Text Example


Text Example

White with #DC372F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC372F; }

 p { color: rgb(220,55,47); }

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

background-color css

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

 a { background-color: rgb(220,55,47); }

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

border-color css

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

 span { border-color: rgb(220,55,47); }

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