Html Css Color HEX #D1053B Crimson

📋 copy color: '#D1053B'

red 209 ◦ green 5 ◦ blue 59

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

Shades of Crimson #D1053B

Tints of Crimson #D1053B

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.83%

 BLUE value IS 59 (23.44% from 255) = 21.61%

R = 76.56%
G = 1.83%
B = 21.61%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.72

 K value IS 0.18

RGB Variations

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

Color information

#D1053B (or 0xD1053B) is known color: Crimson. HEX triplet: D1, 05 and 3B. RGB value is (209,5,59). Sum of RGB (Red+Green+Blue) = 209+5+59=273 (36% of max value = 765). Red value is 209 (82.03% from 255 or 76.56% from 273); Green value is 5 (2.34% from 255 or 1.83% from 273); Blue value is 59 (23.44% from 255 or 21.61% from 273); Max value from RGB is 209 - color contains mainly: red. Hex color #D1053B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D1053B is #2EFAC4. Grayscale: #484848. Windows color (decimal): -3078853 or 3868113. OLE color: 3868113.

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

Color convert

RGB 209 5 59 -
CMYK 0 0.98 0.72 0.18
HSL 344.12º 0.95% 0.42% -
HSV(B) 344.12º 0.98% 0.82% -
XYZ 27.14 13.98 5.41 -
YUV 72.15 120.59 225.61 -
System Red Green Blue C M Y K H S L
Decimal 209 5 59 0 0.98 0.72 0.18 344.12 0.95 0.42
Hex D1 5 3B 0 62 48 12 158 5F 2A
Octal 321 5 73 0 142 110 22 530 137 52
Binary 11010001 101 111011 0 1100010 1001000 10010 101011000 1011111 101010

Color Harmonies of #D1053B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1053B

Black with #D1053B

Text Example


Text Example

White with #D1053B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1053B; }

 p { color: rgb(209,5,59); }

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

background-color css

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

 a { background-color: rgb(209,5,59); }

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

border-color css

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

 span { border-color: rgb(209,5,59); }

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