Html Css Color HEX #DC3B2F Cinnabar

📋 copy color: '#DC3B2F'

red 220 ◦ green 59 ◦ blue 47

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

Shades of Cinnabar #DC3B2F

Tints of Cinnabar #DC3B2F

RGB

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

 GREEN value IS 59 (23.44% from 255) = 18.1%

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

R = 67.48%
G = 18.1%
B = 14.42%

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

#DC3B2F (or 0xDC3B2F) is known color: Cinnabar. HEX triplet: DC, 3B and 2F. RGB value is (220,59,47). Sum of RGB (Red+Green+Blue) = 220+59+47=326 (43% of max value = 765). Red value is 220 (86.33% from 255 or 67.48% from 326); Green value is 59 (23.44% from 255 or 18.10% from 326); Blue value is 47 (18.75% from 255 or 14.42% from 326); Max value from RGB is 220 - color contains mainly: red. Hex color #DC3B2F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC3B2F is #23C4D0. Grayscale: #696969. Windows color (decimal): -2344145 or 3095516. OLE color: 3095516.

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

Color convert

RGB 220 59 47 -
CMYK 0 0.73 0.79 0.14
HSL 4.16º 0.71% 0.52% -
HSV(B) 4.16º 0.79% 0.86% -
XYZ 31.59 18.55 4.6 -
YUV 105.77 94.84 209.48 -
System Red Green Blue C M Y K H S L
Decimal 220 59 47 0 0.73 0.79 0.14 4.16 0.71 0.52
Hex DC 3B 2F 0 49 4F E 4 47 34
Octal 334 73 57 0 111 117 16 4 107 64
Binary 11011100 111011 101111 0 1001001 1001111 1110 100 1000111 110100

Color Harmonies of #DC3B2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC3B2F

Black with #DC3B2F

Text Example


Text Example

White with #DC3B2F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC3B2F; }

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

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

background-color css

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

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

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

border-color css

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

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

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