Html Css Color HEX #D10C41 Crimson

📋 copy color: '#D10C41'

red 209 ◦ green 12 ◦ blue 65

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

Shades of Crimson #D10C41

Tints of Crimson #D10C41

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 22.73%

R = 73.08%
G = 4.2%
B = 22.73%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.69

 K value IS 0.18

RGB Variations

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

Color information

#D10C41 (or 0xD10C41) is known color: Crimson. HEX triplet: D1, 0C and 41. RGB value is (209,12,65). Sum of RGB (Red+Green+Blue) = 209+12+65=286 (37% of max value = 765). Red value is 209 (82.03% from 255 or 73.08% from 286); Green value is 12 (5.08% from 255 or 4.20% from 286); Blue value is 65 (25.78% from 255 or 22.73% from 286); Max value from RGB is 209 - color contains mainly: red. Hex color #D10C41 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D10C41 is #2EF3BE. Grayscale: #4C4C4C. Windows color (decimal): -3077055 or 4263121. OLE color: 4263121.

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

Color convert

RGB 209 12 65 -
CMYK 0 0.94 0.69 0.18
HSL 343.86º 0.89% 0.43% -
HSV(B) 343.86º 0.94% 0.82% -
XYZ 27.38 14.2 6.3 -
YUV 76.95 121.27 222.19 -
System Red Green Blue C M Y K H S L
Decimal 209 12 65 0 0.94 0.69 0.18 343.86 0.89 0.43
Hex D1 C 41 0 5E 45 12 158 59 2B
Octal 321 14 101 0 136 105 22 530 131 53
Binary 11010001 1100 1000001 0 1011110 1000101 10010 101011000 1011001 101011

Color Harmonies of #D10C41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D10C41

Black with #D10C41

Text Example


Text Example

White with #D10C41

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D10C41; }

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

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

background-color css

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

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

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

border-color css

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

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

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