Html Css Color HEX #D10333 Crimson

📋 copy color: '#D10333'

red 209 ◦ green 3 ◦ blue 51

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

Shades of Crimson #D10333

Tints of Crimson #D10333

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 19.39%

R = 79.47%
G = 1.14%
B = 19.39%

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

#D10333 (or 0xD10333) is known color: Crimson. HEX triplet: D1, 03 and 33. RGB value is (209,3,51). Sum of RGB (Red+Green+Blue) = 209+3+51=263 (34% of max value = 765). Red value is 209 (82.03% from 255 or 79.47% from 263); Green value is 3 (1.56% from 255 or 1.14% from 263); Blue value is 51 (20.31% from 255 or 19.39% from 263); Max value from RGB is 209 - color contains mainly: red. Hex color #D10333 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D10333 is #2EFCCC. Grayscale: #464646. Windows color (decimal): -3079373 or 3343313. OLE color: 3343313.

HSL color Cylindrical-coordinate representation of color #D10333: hue angle of 346.02º 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 #D10333 is Cyan = 0, Magento = 0.99, Yellow = 0.76 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 3 51 -
CMYK 0 0.99 0.76 0.18
HSL 346.02º 0.97% 0.42% -
HSV(B) 346.02º 0.99% 0.82% -
XYZ 26.92 13.86 4.39 -
YUV 70.07 117.25 227.1 -
System Red Green Blue C M Y K H S L
Decimal 209 3 51 0 0.99 0.76 0.18 346.02 0.97 0.42
Hex D1 3 33 0 63 4C 12 15A 61 2A
Octal 321 3 63 0 143 114 22 532 141 52
Binary 11010001 11 110011 0 1100011 1001100 10010 101011010 1100001 101010

Color Harmonies of #D10333

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D10333

Black with #D10333

Text Example


Text Example

White with #D10333

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D10333; }

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

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

background-color css

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

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

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

border-color css

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

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

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