Html Css Color HEX #D10F32 Crimson

📋 copy color: '#D10F32'

red 209 ◦ green 15 ◦ blue 50

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

Shades of Crimson #D10F32

Tints of Crimson #D10F32

RGB

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

 GREEN value IS 15 (6.25% from 255) = 5.47%

 BLUE value IS 50 (19.92% from 255) = 18.25%

R = 76.28%
G = 5.47%
B = 18.25%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.76

 K value IS 0.18

RGB Variations

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

Color information

#D10F32 (or 0xD10F32) is known color: Crimson. HEX triplet: D1, 0F and 32. RGB value is (209,15,50). Sum of RGB (Red+Green+Blue) = 209+15+50=274 (36% of max value = 765). Red value is 209 (82.03% from 255 or 76.28% from 274); Green value is 15 (6.25% from 255 or 5.47% from 274); Blue value is 50 (19.92% from 255 or 18.25% from 274); Max value from RGB is 209 - color contains mainly: red. Hex color #D10F32 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D10F32 is #2EF0CD. Grayscale: #4D4D4D. Windows color (decimal): -3076302 or 3280849. OLE color: 3280849.

HSL color Cylindrical-coordinate representation of color #D10F32: hue angle of 349.18º degrees, saturation: 0.87, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #D10F32 is Cyan = 0, Magento = 0.93, Yellow = 0.76 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 15 50 -
CMYK 0 0.93 0.76 0.18
HSL 349.18º 0.87% 0.44% -
HSV(B) 349.18º 0.93% 0.82% -
XYZ 27.04 14.13 4.32 -
YUV 77 112.77 222.15 -
System Red Green Blue C M Y K H S L
Decimal 209 15 50 0 0.93 0.76 0.18 349.18 0.87 0.44
Hex D1 F 32 0 5D 4C 12 15D 57 2C
Octal 321 17 62 0 135 114 22 535 127 54
Binary 11010001 1111 110010 0 1011101 1001100 10010 101011101 1010111 101100

Color Harmonies of #D10F32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D10F32

Black with #D10F32

Text Example


Text Example

White with #D10F32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D10F32; }

 p { color: rgb(209,15,50); }

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

background-color css

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

 a { background-color: rgb(209,15,50); }

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

border-color css

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

 span { border-color: rgb(209,15,50); }

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