Html Css Color HEX #DC4D2F Cinnabar

📋 copy color: '#DC4D2F'

red 220 ◦ green 77 ◦ blue 47

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

Shades of Cinnabar #DC4D2F

Tints of Cinnabar #DC4D2F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 13.66%

R = 63.95%
G = 22.38%
B = 13.66%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.79

 K value IS 0.14

RGB Variations

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

Color information

#DC4D2F (or 0xDC4D2F) is known color: Cinnabar. HEX triplet: DC, 4D and 2F. RGB value is (220,77,47). Sum of RGB (Red+Green+Blue) = 220+77+47=344 (45% of max value = 765). Red value is 220 (86.33% from 255 or 63.95% from 344); Green value is 77 (30.47% from 255 or 22.38% from 344); Blue value is 47 (18.75% from 255 or 13.66% from 344); Max value from RGB is 220 - color contains mainly: red. Hex color #DC4D2F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC4D2F is #23B2D0. Grayscale: #747474. Windows color (decimal): -2339537 or 3100124. OLE color: 3100124.

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

Color convert

RGB 220 77 47 -
CMYK 0 0.65 0.79 0.14
HSL 10.4º 0.71% 0.52% -
HSV(B) 10.4º 0.79% 0.86% -
XYZ 32.68 20.73 4.97 -
YUV 116.34 88.88 201.94 -
System Red Green Blue C M Y K H S L
Decimal 220 77 47 0 0.65 0.79 0.14 10.4 0.71 0.52
Hex DC 4D 2F 0 41 4F E A 47 34
Octal 334 115 57 0 101 117 16 12 107 64
Binary 11011100 1001101 101111 0 1000001 1001111 1110 1010 1000111 110100

Color Harmonies of #DC4D2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC4D2F

Black with #DC4D2F

Text Example


Text Example

White with #DC4D2F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC4D2F; }

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

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

background-color css

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

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

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

border-color css

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

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

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