Html Css Color HEX #D10330 Crimson

📋 copy color: '#D10330'

red 209 ◦ green 3 ◦ blue 48

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

Shades of Crimson #D10330

Tints of Crimson #D10330

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.15%

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

R = 80.38%
G = 1.15%
B = 18.46%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.77

 K value IS 0.18

RGB Variations

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

Color information

#D10330 (or 0xD10330) is known color: Crimson. HEX triplet: D1, 03 and 30. RGB value is (209,3,48). Sum of RGB (Red+Green+Blue) = 209+3+48=260 (34% of max value = 765). Red value is 209 (82.03% from 255 or 80.38% from 260); Green value is 3 (1.56% from 255 or 1.15% from 260); Blue value is 48 (19.14% from 255 or 18.46% from 260); Max value from RGB is 209 - color contains mainly: red. Hex color #D10330 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D10330 is #2EFCCF. Grayscale: #454545. Windows color (decimal): -3079376 or 3146705. OLE color: 3146705.

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

Color convert

RGB 209 3 48 -
CMYK 0 0.99 0.77 0.18
HSL 346.89º 0.97% 0.42% -
HSV(B) 346.89º 0.99% 0.82% -
XYZ 26.86 13.83 4.05 -
YUV 69.72 115.75 227.34 -
System Red Green Blue C M Y K H S L
Decimal 209 3 48 0 0.99 0.77 0.18 346.89 0.97 0.42
Hex D1 3 30 0 63 4D 12 15B 61 2A
Octal 321 3 60 0 143 115 22 533 141 52
Binary 11010001 11 110000 0 1100011 1001101 10010 101011011 1100001 101010

Color Harmonies of #D10330

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D10330

Black with #D10330

Text Example


Text Example

White with #D10330

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D10330; }

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

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

background-color css

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

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

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

border-color css

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

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

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