Html Css Color HEX #D10538 Crimson

📋 copy color: '#D10538'

red 209 ◦ green 5 ◦ blue 56

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

Shades of Crimson #D10538

Tints of Crimson #D10538

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.85%

 BLUE value IS 56 (22.27% from 255) = 20.74%

R = 77.41%
G = 1.85%
B = 20.74%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.73

 K value IS 0.18

RGB Variations

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

Color information

#D10538 (or 0xD10538) is known color: Crimson. HEX triplet: D1, 05 and 38. RGB value is (209,5,56). Sum of RGB (Red+Green+Blue) = 209+5+56=270 (35% of max value = 765). Red value is 209 (82.03% from 255 or 77.41% from 270); Green value is 5 (2.34% from 255 or 1.85% from 270); Blue value is 56 (22.27% from 255 or 20.74% from 270); Max value from RGB is 209 - color contains mainly: red. Hex color #D10538 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D10538 is #2EFAC7. Grayscale: #474747. Windows color (decimal): -3078856 or 3671505. OLE color: 3671505.

HSL color Cylindrical-coordinate representation of color #D10538: hue angle of 345º degrees, saturation: 0.95, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #D10538 is Cyan = 0, Magento = 0.98, Yellow = 0.73 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 5 56 -
CMYK 0 0.98 0.73 0.18
HSL 345º 0.95% 0.42% -
HSV(B) 345º 0.98% 0.82% -
XYZ 27.06 13.95 5.01 -
YUV 71.81 119.09 225.85 -
System Red Green Blue C M Y K H S L
Decimal 209 5 56 0 0.98 0.73 0.18 345 0.95 0.42
Hex D1 5 38 0 62 49 12 159 5F 2A
Octal 321 5 70 0 142 111 22 531 137 52
Binary 11010001 101 111000 0 1100010 1001001 10010 101011001 1011111 101010

Color Harmonies of #D10538

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D10538

Black with #D10538

Text Example


Text Example

White with #D10538

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D10538; }

 p { color: rgb(209,5,56); }

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

background-color css

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

 a { background-color: rgb(209,5,56); }

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

border-color css

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

 span { border-color: rgb(209,5,56); }

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