Html Css Color HEX #D10130 Crimson

📋 copy color: '#D10130'

red 209 ◦ green 1 ◦ blue 48

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

Shades of Crimson #D10130

Tints of Crimson #D10130

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.39%

 BLUE value IS 48 (19.14% from 255) = 18.6%

R = 81.01%
G = 0.39%
B = 18.6%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.77

 K value IS 0.18

RGB Variations

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

Color information

#D10130 (or 0xD10130) is known color: Crimson. HEX triplet: D1, 01 and 30. RGB value is (209,1,48). Sum of RGB (Red+Green+Blue) = 209+1+48=258 (34% of max value = 765). Red value is 209 (82.03% from 255 or 81.01% from 258); Green value is 1 (0.78% from 255 or 0.39% from 258); Blue value is 48 (19.14% from 255 or 18.60% from 258); Max value from RGB is 209 - color contains mainly: red. Hex color #D10130 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D10130 is #2EFECF. Grayscale: #444444. Windows color (decimal): -3079888 or 3146193. OLE color: 3146193.

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

Color convert

RGB 209 1 48 -
CMYK 0 1.00 0.77 0.18
HSL 346.44º 0.99% 0.41% -
HSV(B) 346.44º 1% 0.82% -
XYZ 26.84 13.79 4.04 -
YUV 68.55 116.41 228.18 -
System Red Green Blue C M Y K H S L
Decimal 209 1 48 0 1.00 0.77 0.18 346.44 0.99 0.41
Hex D1 1 30 0 64 4D 12 15A 63 29
Octal 321 1 60 0 144 115 22 532 143 51
Binary 11010001 1 110000 0 1100100 1001101 10010 101011010 1100011 101001

Color Harmonies of #D10130

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D10130

Black with #D10130

Text Example


Text Example

White with #D10130

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D10130; }

 p { color: rgb(209,1,48); }

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

background-color css

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

 a { background-color: rgb(209,1,48); }

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

border-color css

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

 span { border-color: rgb(209,1,48); }

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