Html Css Color HEX #DC3830 Cinnabar

📋 copy color: '#DC3830'

red 220 ◦ green 56 ◦ blue 48

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

Shades of Cinnabar #DC3830

Tints of Cinnabar #DC3830

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 14.81%

R = 67.9%
G = 17.28%
B = 14.81%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.78

 K value IS 0.14

RGB Variations

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

Color information

#DC3830 (or 0xDC3830) is known color: Cinnabar. HEX triplet: DC, 38 and 30. RGB value is (220,56,48). Sum of RGB (Red+Green+Blue) = 220+56+48=324 (42% of max value = 765). Red value is 220 (86.33% from 255 or 67.90% from 324); Green value is 56 (22.27% from 255 or 17.28% from 324); Blue value is 48 (19.14% from 255 or 14.81% from 324); Max value from RGB is 220 - color contains mainly: red. Hex color #DC3830 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC3830 is #23C7CF. Grayscale: #686868. Windows color (decimal): -2344912 or 3160284. OLE color: 3160284.

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

Color convert

RGB 220 56 48 -
CMYK 0 0.75 0.78 0.14
HSL 2.79º 0.71% 0.53% -
HSV(B) 2.79º 0.78% 0.86% -
XYZ 31.46 18.26 4.66 -
YUV 104.12 96.33 210.65 -
System Red Green Blue C M Y K H S L
Decimal 220 56 48 0 0.75 0.78 0.14 2.79 0.71 0.53
Hex DC 38 30 0 4B 4E E 3 47 35
Octal 334 70 60 0 113 116 16 3 107 65
Binary 11011100 111000 110000 0 1001011 1001110 1110 11 1000111 110101

Color Harmonies of #DC3830

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC3830

Black with #DC3830

Text Example


Text Example

White with #DC3830

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC3830; }

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

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

background-color css

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

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

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

border-color css

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

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

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