Html Css Color HEX #D10C35 Crimson

📋 copy color: '#D10C35'

red 209 ◦ green 12 ◦ blue 53

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

Shades of Crimson #D10C35

Tints of Crimson #D10C35

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 19.34%

R = 76.28%
G = 4.38%
B = 19.34%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.75

 K value IS 0.18

RGB Variations

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

Color information

#D10C35 (or 0xD10C35) is known color: Crimson. HEX triplet: D1, 0C and 35. RGB value is (209,12,53). Sum of RGB (Red+Green+Blue) = 209+12+53=274 (36% of max value = 765). Red value is 209 (82.03% from 255 or 76.28% from 274); Green value is 12 (5.08% from 255 or 4.38% from 274); Blue value is 53 (21.09% from 255 or 19.34% from 274); Max value from RGB is 209 - color contains mainly: red. Hex color #D10C35 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D10C35 is #2EF3CA. Grayscale: #4B4B4B. Windows color (decimal): -3077067 or 3476689. OLE color: 3476689.

HSL color Cylindrical-coordinate representation of color #D10C35: hue angle of 347.51º 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 #D10C35 is Cyan = 0, Magento = 0.94, Yellow = 0.75 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 12 53 -
CMYK 0 0.94 0.75 0.18
HSL 347.51º 0.89% 0.43% -
HSV(B) 347.51º 0.94% 0.82% -
XYZ 27.07 14.08 4.66 -
YUV 75.58 115.27 223.17 -
System Red Green Blue C M Y K H S L
Decimal 209 12 53 0 0.94 0.75 0.18 347.51 0.89 0.43
Hex D1 C 35 0 5E 4B 12 15C 59 2B
Octal 321 14 65 0 136 113 22 534 131 53
Binary 11010001 1100 110101 0 1011110 1001011 10010 101011100 1011001 101011

Color Harmonies of #D10C35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D10C35

Black with #D10C35

Text Example


Text Example

White with #D10C35

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D10C35; }

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

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

background-color css

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

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

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

border-color css

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

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

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