Html Css Color HEX #DC4D3B Cinnabar

📋 copy color: '#DC4D3B'

red 220 ◦ green 77 ◦ blue 59

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

Shades of Cinnabar #DC4D3B

Tints of Cinnabar #DC4D3B

RGB

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

 GREEN value IS 77 (30.47% from 255) = 21.63%

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

R = 61.8%
G = 21.63%
B = 16.57%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.73

 K value IS 0.14

RGB Variations

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

Color information

#DC4D3B (or 0xDC4D3B) is known color: Cinnabar. HEX triplet: DC, 4D and 3B. RGB value is (220,77,59). Sum of RGB (Red+Green+Blue) = 220+77+59=356 (47% of max value = 765). Red value is 220 (86.33% from 255 or 61.80% from 356); Green value is 77 (30.47% from 255 or 21.63% from 356); Blue value is 59 (23.44% from 255 or 16.57% from 356); Max value from RGB is 220 - color contains mainly: red. Hex color #DC4D3B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC4D3B is #23B2C4. Grayscale: #757575. Windows color (decimal): -2339525 or 3886556. OLE color: 3886556.

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

Color convert

RGB 220 77 59 -
CMYK 0 0.65 0.73 0.14
HSL 6.71º 0.7% 0.55% -
HSV(B) 6.71º 0.73% 0.86% -
XYZ 32.96 20.84 6.42 -
YUV 117.71 94.88 200.96 -
System Red Green Blue C M Y K H S L
Decimal 220 77 59 0 0.65 0.73 0.14 6.71 0.7 0.55
Hex DC 4D 3B 0 41 49 E 7 46 37
Octal 334 115 73 0 101 111 16 7 106 67
Binary 11011100 1001101 111011 0 1000001 1001001 1110 111 1000110 110111

Color Harmonies of #DC4D3B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC4D3B

Black with #DC4D3B

Text Example


Text Example

White with #DC4D3B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC4D3B; }

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

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

background-color css

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

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

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

border-color css

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

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

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