Html Css Color HEX #DC3B32 Cinnabar

📋 copy color: '#DC3B32'

red 220 ◦ green 59 ◦ blue 50

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

Shades of Cinnabar #DC3B32

Tints of Cinnabar #DC3B32

RGB

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

 GREEN value IS 59 (23.44% from 255) = 17.93%

 BLUE value IS 50 (19.92% from 255) = 15.2%

R = 66.87%
G = 17.93%
B = 15.2%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.77

 K value IS 0.14

RGB Variations

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

Color information

#DC3B32 (or 0xDC3B32) is known color: Cinnabar. HEX triplet: DC, 3B and 32. RGB value is (220,59,50). Sum of RGB (Red+Green+Blue) = 220+59+50=329 (43% of max value = 765). Red value is 220 (86.33% from 255 or 66.87% from 329); Green value is 59 (23.44% from 255 or 17.93% from 329); Blue value is 50 (19.92% from 255 or 15.20% from 329); Max value from RGB is 220 - color contains mainly: red. Hex color #DC3B32 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC3B32 is #23C4CD. Grayscale: #6A6A6A. Windows color (decimal): -2344142 or 3292124. OLE color: 3292124.

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

Color convert

RGB 220 59 50 -
CMYK 0 0.73 0.77 0.14
HSL 3.18º 0.71% 0.53% -
HSV(B) 3.18º 0.77% 0.86% -
XYZ 31.65 18.57 4.93 -
YUV 106.11 96.34 209.23 -
System Red Green Blue C M Y K H S L
Decimal 220 59 50 0 0.73 0.77 0.14 3.18 0.71 0.53
Hex DC 3B 32 0 49 4D E 3 47 35
Octal 334 73 62 0 111 115 16 3 107 65
Binary 11011100 111011 110010 0 1001001 1001101 1110 11 1000111 110101

Color Harmonies of #DC3B32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC3B32

Black with #DC3B32

Text Example


Text Example

White with #DC3B32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC3B32; }

 p { color: rgb(220,59,50); }

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

background-color css

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

 a { background-color: rgb(220,59,50); }

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

border-color css

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

 span { border-color: rgb(220,59,50); }

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