Html Css Color HEX #DC3B34 Cinnabar

📋 copy color: '#DC3B34'

red 220 ◦ green 59 ◦ blue 52

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

Shades of Cinnabar #DC3B34

Tints of Cinnabar #DC3B34

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 15.71%

R = 66.47%
G = 17.82%
B = 15.71%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.76

 K value IS 0.14

RGB Variations

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

Color information

#DC3B34 (or 0xDC3B34) is known color: Cinnabar. HEX triplet: DC, 3B and 34. RGB value is (220,59,52). Sum of RGB (Red+Green+Blue) = 220+59+52=331 (43% of max value = 765). Red value is 220 (86.33% from 255 or 66.47% from 331); Green value is 59 (23.44% from 255 or 17.82% from 331); Blue value is 52 (20.70% from 255 or 15.71% from 331); Max value from RGB is 220 - color contains mainly: red. Hex color #DC3B34 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC3B34 is #23C4CB. Grayscale: #6A6A6A. Windows color (decimal): -2344140 or 3423196. OLE color: 3423196.

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

Color convert

RGB 220 59 52 -
CMYK 0 0.73 0.76 0.14
HSL 2.5º 0.71% 0.53% -
HSV(B) 2.5º 0.76% 0.86% -
XYZ 31.7 18.59 5.17 -
YUV 106.34 97.34 209.07 -
System Red Green Blue C M Y K H S L
Decimal 220 59 52 0 0.73 0.76 0.14 2.5 0.71 0.53
Hex DC 3B 34 0 49 4C E 2 47 35
Octal 334 73 64 0 111 114 16 2 107 65
Binary 11011100 111011 110100 0 1001001 1001100 1110 10 1000111 110101

Color Harmonies of #DC3B34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC3B34

Black with #DC3B34

Text Example


Text Example

White with #DC3B34

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC3B34; }

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

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

background-color css

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

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

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

border-color css

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

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

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