Html Css Color HEX #D10345 Crimson

📋 copy color: '#D10345'

red 209 ◦ green 3 ◦ blue 69

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

Shades of Crimson #D10345

Tints of Crimson #D10345

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 24.56%

R = 74.38%
G = 1.07%
B = 24.56%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.67

 K value IS 0.18

RGB Variations

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

Color information

#D10345 (or 0xD10345) is known color: Crimson. HEX triplet: D1, 03 and 45. RGB value is (209,3,69). Sum of RGB (Red+Green+Blue) = 209+3+69=281 (37% of max value = 765). Red value is 209 (82.03% from 255 or 74.38% from 281); Green value is 3 (1.56% from 255 or 1.07% from 281); Blue value is 69 (27.34% from 255 or 24.56% from 281); Max value from RGB is 209 - color contains mainly: red. Hex color #D10345 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D10345 is #2EFCBA. Grayscale: #484848. Windows color (decimal): -3079355 or 4522961. OLE color: 4522961.

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

Color convert

RGB 209 3 69 -
CMYK 0 0.99 0.67 0.18
HSL 340.78º 0.97% 0.42% -
HSV(B) 340.78º 0.99% 0.82% -
XYZ 27.4 14.05 6.9 -
YUV 72.12 126.25 225.63 -
System Red Green Blue C M Y K H S L
Decimal 209 3 69 0 0.99 0.67 0.18 340.78 0.97 0.42
Hex D1 3 45 0 63 43 12 155 61 2A
Octal 321 3 105 0 143 103 22 525 141 52
Binary 11010001 11 1000101 0 1100011 1000011 10010 101010101 1100001 101010

Color Harmonies of #D10345

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D10345

Black with #D10345

Text Example


Text Example

White with #D10345

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D10345; }

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

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

background-color css

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

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

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

border-color css

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

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

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