Html Css Color HEX #DC3C2F Cinnabar

📋 copy color: '#DC3C2F'

red 220 ◦ green 60 ◦ blue 47

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

Shades of Cinnabar #DC3C2F

Tints of Cinnabar #DC3C2F

RGB

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

 GREEN value IS 60 (23.83% from 255) = 18.35%

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

R = 67.28%
G = 18.35%
B = 14.37%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.79

 K value IS 0.14

RGB Variations

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

Color information

#DC3C2F (or 0xDC3C2F) is known color: Cinnabar. HEX triplet: DC, 3C and 2F. RGB value is (220,60,47). Sum of RGB (Red+Green+Blue) = 220+60+47=327 (43% of max value = 765). Red value is 220 (86.33% from 255 or 67.28% from 327); Green value is 60 (23.83% from 255 or 18.35% from 327); Blue value is 47 (18.75% from 255 or 14.37% from 327); Max value from RGB is 220 - color contains mainly: red. Hex color #DC3C2F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC3C2F is #23C3D0. Grayscale: #6A6A6A. Windows color (decimal): -2343889 or 3095772. OLE color: 3095772.

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

Color convert

RGB 220 60 47 -
CMYK 0 0.73 0.79 0.14
HSL 4.51º 0.71% 0.52% -
HSV(B) 4.51º 0.79% 0.86% -
XYZ 31.64 18.65 4.62 -
YUV 106.36 94.51 209.06 -
System Red Green Blue C M Y K H S L
Decimal 220 60 47 0 0.73 0.79 0.14 4.51 0.71 0.52
Hex DC 3C 2F 0 49 4F E 5 47 34
Octal 334 74 57 0 111 117 16 5 107 64
Binary 11011100 111100 101111 0 1001001 1001111 1110 101 1000111 110100

Color Harmonies of #DC3C2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC3C2F

Black with #DC3C2F

Text Example


Text Example

White with #DC3C2F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC3C2F; }

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

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

background-color css

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

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

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

border-color css

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

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

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