Html Css Color HEX #DC3B3B Cinnabar

📋 copy color: '#DC3B3B'

red 220 ◦ green 59 ◦ blue 59

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

Shades of Cinnabar #DC3B3B

Tints of Cinnabar #DC3B3B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 17.46%

R = 65.09%
G = 17.46%
B = 17.46%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.73

 K value IS 0.14

RGB Variations

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

Color information

#DC3B3B (or 0xDC3B3B) is known color: Cinnabar. HEX triplet: DC, 3B and 3B. RGB value is (220,59,59). Sum of RGB (Red+Green+Blue) = 220+59+59=338 (44% of max value = 765). Red value is 220 (86.33% from 255 or 65.09% from 338); Green value is 59 (23.44% from 255 or 17.46% from 338); Blue value is 59 (23.44% from 255 or 17.46% from 338); Max value from RGB is 220 - color contains mainly: red. Hex color #DC3B3B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC3B3B is #23C4C4. Grayscale: #6B6B6B. Windows color (decimal): -2344133 or 3881948. OLE color: 3881948.

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

Color convert

RGB 220 59 59 -
CMYK 0 0.73 0.73 0.14
HSL 0.7% 0.55% -
HSV(B) 0.73% 0.86% -
XYZ 31.87 18.66 6.06 -
YUV 107.14 100.84 208.5 -
System Red Green Blue C M Y K H S L
Decimal 220 59 59 0 0.73 0.73 0.14 0 0.7 0.55
Hex DC 3B 3B 0 49 49 E 0 46 37
Octal 334 73 73 0 111 111 16 0 106 67
Binary 11011100 111011 111011 0 1001001 1001001 1110 0 1000110 110111

Color Harmonies of #DC3B3B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC3B3B

Black with #DC3B3B

Text Example


Text Example

White with #DC3B3B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC3B3B; }

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

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

background-color css

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

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

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

border-color css

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

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

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