Html Css Color HEX #D10232 Crimson

📋 copy color: '#D10232'

red 209 ◦ green 2 ◦ blue 50

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

Shades of Crimson #D10232

Tints of Crimson #D10232

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.77%

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

R = 80.08%
G = 0.77%
B = 19.16%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.76

 K value IS 0.18

RGB Variations

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

Color information

#D10232 (or 0xD10232) is known color: Crimson. HEX triplet: D1, 02 and 32. RGB value is (209,2,50). Sum of RGB (Red+Green+Blue) = 209+2+50=261 (34% of max value = 765). Red value is 209 (82.03% from 255 or 80.08% from 261); Green value is 2 (1.17% from 255 or 0.77% from 261); Blue value is 50 (19.92% from 255 or 19.16% from 261); Max value from RGB is 209 - color contains mainly: red. Hex color #D10232 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D10232 is #2EFDCD. Grayscale: #454545. Windows color (decimal): -3079630 or 3277521. OLE color: 3277521.

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

Color convert

RGB 209 2 50 -
CMYK 0 0.99 0.76 0.18
HSL 346.09º 0.98% 0.41% -
HSV(B) 346.09º 0.99% 0.82% -
XYZ 26.89 13.83 4.27 -
YUV 69.37 117.08 227.6 -
System Red Green Blue C M Y K H S L
Decimal 209 2 50 0 0.99 0.76 0.18 346.09 0.98 0.41
Hex D1 2 32 0 63 4C 12 15A 62 29
Octal 321 2 62 0 143 114 22 532 142 51
Binary 11010001 10 110010 0 1100011 1001100 10010 101011010 1100010 101001

Color Harmonies of #D10232

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D10232

Black with #D10232

Text Example


Text Example

White with #D10232

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D10232; }

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

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

background-color css

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

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

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

border-color css

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

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

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