Html Css Color HEX #DC0848 Crimson

📋 copy color: '#DC0848'

red 220 ◦ green 8 ◦ blue 72

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

Shades of Crimson #DC0848

Tints of Crimson #DC0848

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 24%

R = 73.33%
G = 2.67%
B = 24%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.67

 K value IS 0.14

RGB Variations

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

Color information

#DC0848 (or 0xDC0848) is known color: Crimson. HEX triplet: DC, 08 and 48. RGB value is (220,8,72). Sum of RGB (Red+Green+Blue) = 220+8+72=300 (39% of max value = 765). Red value is 220 (86.33% from 255 or 73.33% from 300); Green value is 8 (3.52% from 255 or 2.67% from 300); Blue value is 72 (28.52% from 255 or 24% from 300); Max value from RGB is 220 - color contains mainly: red. Hex color #DC0848 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DC0848 is #23F7B7. Grayscale: #4E4E4E. Windows color (decimal): -2357176 or 4720860. OLE color: 4720860.

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

Color convert

RGB 220 8 72 -
CMYK 0 0.96 0.67 0.14
HSL 341.89º 0.93% 0.45% -
HSV(B) 341.89º 0.96% 0.86% -
XYZ 30.77 15.86 7.57 -
YUV 78.68 124.24 228.8 -
System Red Green Blue C M Y K H S L
Decimal 220 8 72 0 0.96 0.67 0.14 341.89 0.93 0.45
Hex DC 8 48 0 60 43 E 156 5D 2D
Octal 334 10 110 0 140 103 16 526 135 55
Binary 11011100 1000 1001000 0 1100000 1000011 1110 101010110 1011101 101101

Color Harmonies of #DC0848

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC0848

Black with #DC0848

Text Example


Text Example

White with #DC0848

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC0848; }

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

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

background-color css

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

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

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

border-color css

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

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

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