Html Css Color HEX #D10034 Crimson

📋 copy color: '#D10034'

red 209 ◦ green 0 ◦ blue 52

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

Shades of Crimson #D10034

Tints of Crimson #D10034

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 52 (20.7% from 255) = 19.92%

R = 80.08%
G = 0%
B = 19.92%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.75

 K value IS 0.18

RGB Variations

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

Color information

#D10034 (or 0xD10034) is known color: Crimson. HEX triplet: D1, 00 and 34. RGB value is (209,0,52). Sum of RGB (Red+Green+Blue) = 209+0+52=261 (34% of max value = 765). Red value is 209 (82.03% from 255 or 80.08% from 261); Green value is 0 (0.39% from 255 or 0% from 261); Blue value is 52 (20.70% from 255 or 19.92% from 261); Max value from RGB is 209 - color contains mainly: red. Hex color #D10034 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D10034 is #2EFFCB. Grayscale: #444444. Windows color (decimal): -3080140 or 3408081. OLE color: 3408081.

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

Color convert

RGB 209 0 52 -
CMYK 0 1 0.75 0.18
HSL 345.07º 1% 0.41% -
HSV(B) 345.07º 1% 0.82% -
XYZ 26.91 13.8 4.49 -
YUV 68.42 118.74 228.27 -
System Red Green Blue C M Y K H S L
Decimal 209 0 52 0 1 0.75 0.18 345.07 1 0.41
Hex D1 0 34 0 64 4B 12 159 64 29
Octal 321 0 64 0 144 113 22 531 144 51
Binary 11010001 0 110100 0 1100100 1001011 10010 101011001 1100100 101001

Color Harmonies of #D10034

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D10034

Black with #D10034

Text Example


Text Example

White with #D10034

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D10034; }

 p { color: rgb(209,0,52); }

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

background-color css

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

 a { background-color: rgb(209,0,52); }

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

border-color css

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

 span { border-color: rgb(209,0,52); }

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