Html Css Color HEX #DC0830 Crimson

📋 copy color: '#DC0830'

red 220 ◦ green 8 ◦ blue 48

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

Shades of Crimson #DC0830

Tints of Crimson #DC0830

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.9%

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

R = 79.71%
G = 2.9%
B = 17.39%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.78

 K value IS 0.14

RGB Variations

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

Color information

#DC0830 (or 0xDC0830) is known color: Crimson. HEX triplet: DC, 08 and 30. RGB value is (220,8,48). Sum of RGB (Red+Green+Blue) = 220+8+48=276 (36% of max value = 765). Red value is 220 (86.33% from 255 or 79.71% from 276); Green value is 8 (3.52% from 255 or 2.90% from 276); Blue value is 48 (19.14% from 255 or 17.39% from 276); Max value from RGB is 220 - color contains mainly: red. Hex color #DC0830 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DC0830 is #23F7CF. Grayscale: #4C4C4C. Windows color (decimal): -2357200 or 3147996. OLE color: 3147996.

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

Color convert

RGB 220 8 48 -
CMYK 0 0.96 0.78 0.14
HSL 348.68º 0.93% 0.45% -
HSV(B) 348.68º 0.96% 0.86% -
XYZ 30.14 15.6 4.22 -
YUV 75.95 112.24 230.75 -
System Red Green Blue C M Y K H S L
Decimal 220 8 48 0 0.96 0.78 0.14 348.68 0.93 0.45
Hex DC 8 30 0 60 4E E 15D 5D 2D
Octal 334 10 60 0 140 116 16 535 135 55
Binary 11011100 1000 110000 0 1100000 1001110 1110 101011101 1011101 101101

Color Harmonies of #DC0830

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC0830

Black with #DC0830

Text Example


Text Example

White with #DC0830

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC0830; }

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

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

background-color css

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

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

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

border-color css

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

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

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