Html Css Color HEX #DC0948 Crimson

📋 copy color: '#DC0948'

red 220 ◦ green 9 ◦ blue 72

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

Shades of Crimson #DC0948

Tints of Crimson #DC0948

RGB

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

 GREEN value IS 9 (3.91% from 255) = 2.99%

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

R = 73.09%
G = 2.99%
B = 23.92%

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

#DC0948 (or 0xDC0948) is known color: Crimson. HEX triplet: DC, 09 and 48. RGB value is (220,9,72). Sum of RGB (Red+Green+Blue) = 220+9+72=301 (39% of max value = 765). Red value is 220 (86.33% from 255 or 73.09% from 301); Green value is 9 (3.91% from 255 or 2.99% from 301); Blue value is 72 (28.52% from 255 or 23.92% from 301); Max value from RGB is 220 - color contains mainly: red. Hex color #DC0948 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DC0948 is #23F6B7. Grayscale: #4F4F4F. Windows color (decimal): -2356920 or 4721116. OLE color: 4721116.

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

Color convert

RGB 220 9 72 -
CMYK 0 0.96 0.67 0.14
HSL 342.09º 0.92% 0.45% -
HSV(B) 342.09º 0.96% 0.86% -
XYZ 30.78 15.88 7.57 -
YUV 79.27 123.9 228.38 -
System Red Green Blue C M Y K H S L
Decimal 220 9 72 0 0.96 0.67 0.14 342.09 0.92 0.45
Hex DC 9 48 0 60 43 E 156 5C 2D
Octal 334 11 110 0 140 103 16 526 134 55
Binary 11011100 1001 1001000 0 1100000 1000011 1110 101010110 1011100 101101

Color Harmonies of #DC0948

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC0948

Black with #DC0948

Text Example


Text Example

White with #DC0948

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC0948; }

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

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

background-color css

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

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

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

border-color css

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

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

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