Html Css Color HEX #DC4A34 Cinnabar

📋 copy color: '#DC4A34'

red 220 ◦ green 74 ◦ blue 52

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

Shades of Cinnabar #DC4A34

Tints of Cinnabar #DC4A34

RGB

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

 GREEN value IS 74 (29.3% from 255) = 21.39%

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

R = 63.58%
G = 21.39%
B = 15.03%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.76

 K value IS 0.14

RGB Variations

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

Color information

#DC4A34 (or 0xDC4A34) is known color: Cinnabar. HEX triplet: DC, 4A and 34. RGB value is (220,74,52). Sum of RGB (Red+Green+Blue) = 220+74+52=346 (45% of max value = 765). Red value is 220 (86.33% from 255 or 63.58% from 346); Green value is 74 (29.30% from 255 or 21.39% from 346); Blue value is 52 (20.70% from 255 or 15.03% from 346); Max value from RGB is 220 - color contains mainly: red. Hex color #DC4A34 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC4A34 is #23B5CB. Grayscale: #737373. Windows color (decimal): -2340300 or 3427036. OLE color: 3427036.

HSL color Cylindrical-coordinate representation of color #DC4A34: hue angle of 7.86º 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 #DC4A34 is Cyan = 0, Magento = 0.66, Yellow = 0.76 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 74 52 -
CMYK 0 0.66 0.76 0.14
HSL 7.86º 0.71% 0.53% -
HSV(B) 7.86º 0.76% 0.86% -
XYZ 32.58 20.36 5.46 -
YUV 115.15 92.37 202.79 -
System Red Green Blue C M Y K H S L
Decimal 220 74 52 0 0.66 0.76 0.14 7.86 0.71 0.53
Hex DC 4A 34 0 42 4C E 8 47 35
Octal 334 112 64 0 102 114 16 10 107 65
Binary 11011100 1001010 110100 0 1000010 1001100 1110 1000 1000111 110101

Color Harmonies of #DC4A34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC4A34

Black with #DC4A34

Text Example


Text Example

White with #DC4A34

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC4A34; }

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

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

background-color css

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

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

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

border-color css

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

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

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