Html Css Color HEX #DC3730 Cinnabar

📋 copy color: '#DC3730'

red 220 ◦ green 55 ◦ blue 48

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

Shades of Cinnabar #DC3730

Tints of Cinnabar #DC3730

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 14.86%

R = 68.11%
G = 17.03%
B = 14.86%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.78

 K value IS 0.14

RGB Variations

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

Color information

#DC3730 (or 0xDC3730) is known color: Cinnabar. HEX triplet: DC, 37 and 30. RGB value is (220,55,48). Sum of RGB (Red+Green+Blue) = 220+55+48=323 (42% of max value = 765). Red value is 220 (86.33% from 255 or 68.11% from 323); Green value is 55 (21.88% from 255 or 17.03% from 323); Blue value is 48 (19.14% from 255 or 14.86% from 323); Max value from RGB is 220 - color contains mainly: red. Hex color #DC3730 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC3730 is #23C8CF. Grayscale: #676767. Windows color (decimal): -2345168 or 3160028. OLE color: 3160028.

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

Color convert

RGB 220 55 48 -
CMYK 0 0.75 0.78 0.14
HSL 2.44º 0.71% 0.53% -
HSV(B) 2.44º 0.78% 0.86% -
XYZ 31.41 18.16 4.65 -
YUV 103.54 96.66 211.07 -
System Red Green Blue C M Y K H S L
Decimal 220 55 48 0 0.75 0.78 0.14 2.44 0.71 0.53
Hex DC 37 30 0 4B 4E E 2 47 35
Octal 334 67 60 0 113 116 16 2 107 65
Binary 11011100 110111 110000 0 1001011 1001110 1110 10 1000111 110101

Color Harmonies of #DC3730

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC3730

Black with #DC3730

Text Example


Text Example

White with #DC3730

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC3730; }

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

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

background-color css

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

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

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

border-color css

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

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

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