Html Css Color HEX #DC3833 Cinnabar

📋 copy color: '#DC3833'

red 220 ◦ green 56 ◦ blue 51

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

Shades of Cinnabar #DC3833

Tints of Cinnabar #DC3833

RGB

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

 GREEN value IS 56 (22.27% from 255) = 17.13%

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

R = 67.28%
G = 17.13%
B = 15.6%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.77

 K value IS 0.14

RGB Variations

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

Color information

#DC3833 (or 0xDC3833) is known color: Cinnabar. HEX triplet: DC, 38 and 33. RGB value is (220,56,51). Sum of RGB (Red+Green+Blue) = 220+56+51=327 (43% of max value = 765). Red value is 220 (86.33% from 255 or 67.28% from 327); Green value is 56 (22.27% from 255 or 17.13% from 327); Blue value is 51 (20.31% from 255 or 15.60% from 327); Max value from RGB is 220 - color contains mainly: red. Hex color #DC3833 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC3833 is #23C7CC. Grayscale: #686868. Windows color (decimal): -2344909 or 3356892. OLE color: 3356892.

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

Color convert

RGB 220 56 51 -
CMYK 0 0.75 0.77 0.14
HSL 1.78º 0.71% 0.53% -
HSV(B) 1.78º 0.77% 0.86% -
XYZ 31.53 18.28 5 -
YUV 104.47 97.83 210.41 -
System Red Green Blue C M Y K H S L
Decimal 220 56 51 0 0.75 0.77 0.14 1.78 0.71 0.53
Hex DC 38 33 0 4B 4D E 2 47 35
Octal 334 70 63 0 113 115 16 2 107 65
Binary 11011100 111000 110011 0 1001011 1001101 1110 10 1000111 110101

Color Harmonies of #DC3833

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC3833

Black with #DC3833

Text Example


Text Example

White with #DC3833

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC3833; }

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

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

background-color css

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

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

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

border-color css

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

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

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