Html Css Color HEX #DC3D33 Cinnabar

📋 copy color: '#DC3D33'

red 220 ◦ green 61 ◦ blue 51

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

Shades of Cinnabar #DC3D33

Tints of Cinnabar #DC3D33

RGB

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

 GREEN value IS 61 (24.22% from 255) = 18.37%

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

R = 66.27%
G = 18.37%
B = 15.36%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.77

 K value IS 0.14

RGB Variations

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

Color information

#DC3D33 (or 0xDC3D33) is known color: Cinnabar. HEX triplet: DC, 3D and 33. RGB value is (220,61,51). Sum of RGB (Red+Green+Blue) = 220+61+51=332 (43% of max value = 765). Red value is 220 (86.33% from 255 or 66.27% from 332); Green value is 61 (24.22% from 255 or 18.37% from 332); Blue value is 51 (20.31% from 255 or 15.36% from 332); Max value from RGB is 220 - color contains mainly: red. Hex color #DC3D33 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC3D33 is #23C2CC. Grayscale: #6B6B6B. Windows color (decimal): -2343629 or 3358172. OLE color: 3358172.

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

Color convert

RGB 220 61 51 -
CMYK 0 0.72 0.77 0.14
HSL 3.55º 0.71% 0.53% -
HSV(B) 3.55º 0.77% 0.86% -
XYZ 31.78 18.79 5.08 -
YUV 107.4 96.18 208.31 -
System Red Green Blue C M Y K H S L
Decimal 220 61 51 0 0.72 0.77 0.14 3.55 0.71 0.53
Hex DC 3D 33 0 48 4D E 4 47 35
Octal 334 75 63 0 110 115 16 4 107 65
Binary 11011100 111101 110011 0 1001000 1001101 1110 100 1000111 110101

Color Harmonies of #DC3D33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC3D33

Black with #DC3D33

Text Example


Text Example

White with #DC3D33

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC3D33; }

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

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

background-color css

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

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

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

border-color css

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

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

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