Html Css Color HEX #DC3A2F Cinnabar

📋 copy color: '#DC3A2F'

red 220 ◦ green 58 ◦ blue 47

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

Shades of Cinnabar #DC3A2F

Tints of Cinnabar #DC3A2F

RGB

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

 GREEN value IS 58 (23.05% from 255) = 17.85%

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

R = 67.69%
G = 17.85%
B = 14.46%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.79

 K value IS 0.14

RGB Variations

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

Color information

#DC3A2F (or 0xDC3A2F) is known color: Cinnabar. HEX triplet: DC, 3A and 2F. RGB value is (220,58,47). Sum of RGB (Red+Green+Blue) = 220+58+47=325 (43% of max value = 765). Red value is 220 (86.33% from 255 or 67.69% from 325); Green value is 58 (23.05% from 255 or 17.85% from 325); Blue value is 47 (18.75% from 255 or 14.46% from 325); Max value from RGB is 220 - color contains mainly: red. Hex color #DC3A2F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC3A2F is #23C5D0. Grayscale: #696969. Windows color (decimal): -2344401 or 3095260. OLE color: 3095260.

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

Color convert

RGB 220 58 47 -
CMYK 0 0.74 0.79 0.14
HSL 3.82º 0.71% 0.52% -
HSV(B) 3.82º 0.79% 0.86% -
XYZ 31.54 18.45 4.59 -
YUV 105.18 95.17 209.89 -
System Red Green Blue C M Y K H S L
Decimal 220 58 47 0 0.74 0.79 0.14 3.82 0.71 0.52
Hex DC 3A 2F 0 4A 4F E 4 47 34
Octal 334 72 57 0 112 117 16 4 107 64
Binary 11011100 111010 101111 0 1001010 1001111 1110 100 1000111 110100

Color Harmonies of #DC3A2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC3A2F

Black with #DC3A2F

Text Example


Text Example

White with #DC3A2F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC3A2F; }

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

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

background-color css

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

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

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

border-color css

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

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

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