Html Css Color HEX #DC3933 Cinnabar

📋 copy color: '#DC3933'

red 220 ◦ green 57 ◦ blue 51

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

Shades of Cinnabar #DC3933

Tints of Cinnabar #DC3933

RGB

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

 GREEN value IS 57 (22.66% from 255) = 17.38%

 BLUE value IS 51 (20.31% from 255) = 15.55%

R = 67.07%
G = 17.38%
B = 15.55%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.77

 K value IS 0.14

RGB Variations

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

Color information

#DC3933 (or 0xDC3933) is known color: Cinnabar. HEX triplet: DC, 39 and 33. RGB value is (220,57,51). Sum of RGB (Red+Green+Blue) = 220+57+51=328 (43% of max value = 765). Red value is 220 (86.33% from 255 or 67.07% from 328); Green value is 57 (22.66% from 255 or 17.38% from 328); Blue value is 51 (20.31% from 255 or 15.55% from 328); Max value from RGB is 220 - color contains mainly: red. Hex color #DC3933 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC3933 is #23C6CC. Grayscale: #696969. Windows color (decimal): -2344653 or 3357148. OLE color: 3357148.

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

Color convert

RGB 220 57 51 -
CMYK 0 0.74 0.77 0.14
HSL 2.13º 0.71% 0.53% -
HSV(B) 2.13º 0.77% 0.86% -
XYZ 31.58 18.38 5.02 -
YUV 105.05 97.5 209.99 -
System Red Green Blue C M Y K H S L
Decimal 220 57 51 0 0.74 0.77 0.14 2.13 0.71 0.53
Hex DC 39 33 0 4A 4D E 2 47 35
Octal 334 71 63 0 112 115 16 2 107 65
Binary 11011100 111001 110011 0 1001010 1001101 1110 10 1000111 110101

Color Harmonies of #DC3933

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC3933

Black with #DC3933

Text Example


Text Example

White with #DC3933

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC3933; }

 p { color: rgb(220,57,51); }

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

background-color css

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

 a { background-color: rgb(220,57,51); }

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

border-color css

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

 span { border-color: rgb(220,57,51); }

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