Html Css Color HEX #D10C48 Crimson

📋 copy color: '#D10C48'

red 209 ◦ green 12 ◦ blue 72

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

Shades of Crimson #D10C48

Tints of Crimson #D10C48

RGB

 RED value IS 209 (82.03% from 255) = 71.33%

 GREEN value IS 12 (5.08% from 255) = 4.1%

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

R = 71.33%
G = 4.1%
B = 24.57%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.66

 K value IS 0.18

RGB Variations

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

Color information

#D10C48 (or 0xD10C48) is known color: Crimson. HEX triplet: D1, 0C and 48. RGB value is (209,12,72). Sum of RGB (Red+Green+Blue) = 209+12+72=293 (38% of max value = 765). Red value is 209 (82.03% from 255 or 71.33% from 293); Green value is 12 (5.08% from 255 or 4.10% from 293); Blue value is 72 (28.52% from 255 or 24.57% from 293); Max value from RGB is 209 - color contains mainly: red. Hex color #D10C48 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D10C48 is #2EF3B7. Grayscale: #4D4D4D. Windows color (decimal): -3077048 or 4721873. OLE color: 4721873.

HSL color Cylindrical-coordinate representation of color #D10C48: hue angle of 341.73º degrees, saturation: 0.89, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D10C48 is Cyan = 0, Magento = 0.94, Yellow = 0.66 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 12 72 -
CMYK 0 0.94 0.66 0.18
HSL 341.73º 0.89% 0.43% -
HSV(B) 341.73º 0.94% 0.82% -
XYZ 27.6 14.29 7.43 -
YUV 77.74 124.77 221.62 -
System Red Green Blue C M Y K H S L
Decimal 209 12 72 0 0.94 0.66 0.18 341.73 0.89 0.43
Hex D1 C 48 0 5E 42 12 156 59 2B
Octal 321 14 110 0 136 102 22 526 131 53
Binary 11010001 1100 1001000 0 1011110 1000010 10010 101010110 1011001 101011

Color Harmonies of #D10C48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D10C48

Black with #D10C48

Text Example


Text Example

White with #D10C48

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D10C48; }

 p { color: rgb(209,12,72); }

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

background-color css

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

 a { background-color: rgb(209,12,72); }

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

border-color css

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

 span { border-color: rgb(209,12,72); }

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