Html Css Color HEX #DC3B2E Cinnabar

📋 copy color: '#DC3B2E'

red 220 ◦ green 59 ◦ blue 46

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

Shades of Cinnabar #DC3B2E

Tints of Cinnabar #DC3B2E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 14.15%

R = 67.69%
G = 18.15%
B = 14.15%

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

#DC3B2E (or 0xDC3B2E) is known color: Cinnabar. HEX triplet: DC, 3B and 2E. RGB value is (220,59,46). Sum of RGB (Red+Green+Blue) = 220+59+46=325 (43% of max value = 765). Red value is 220 (86.33% from 255 or 67.69% from 325); Green value is 59 (23.44% from 255 or 18.15% from 325); Blue value is 46 (18.36% from 255 or 14.15% from 325); Max value from RGB is 220 - color contains mainly: red. Hex color #DC3B2E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC3B2E is #23C4D1. Grayscale: #696969. Windows color (decimal): -2344146 or 3029980. OLE color: 3029980.

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

Color convert

RGB 220 59 46 -
CMYK 0 0.73 0.79 0.14
HSL 4.48º 0.71% 0.52% -
HSV(B) 4.48º 0.79% 0.86% -
XYZ 31.57 18.54 4.5 -
YUV 105.66 94.34 209.56 -
System Red Green Blue C M Y K H S L
Decimal 220 59 46 0 0.73 0.79 0.14 4.48 0.71 0.52
Hex DC 3B 2E 0 49 4F E 4 47 34
Octal 334 73 56 0 111 117 16 4 107 64
Binary 11011100 111011 101110 0 1001001 1001111 1110 100 1000111 110100

Color Harmonies of #DC3B2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC3B2E

Black with #DC3B2E

Text Example


Text Example

White with #DC3B2E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC3B2E; }

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

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

background-color css

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

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

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

border-color css

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

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

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