Html Css Color HEX #D1052F Crimson

📋 copy color: '#D1052F'

red 209 ◦ green 5 ◦ blue 47

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

Shades of Crimson #D1052F

Tints of Crimson #D1052F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 18.01%

R = 80.08%
G = 1.92%
B = 18.01%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.78

 K value IS 0.18

RGB Variations

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

Color information

#D1052F (or 0xD1052F) is known color: Crimson. HEX triplet: D1, 05 and 2F. RGB value is (209,5,47). Sum of RGB (Red+Green+Blue) = 209+5+47=261 (34% of max value = 765). Red value is 209 (82.03% from 255 or 80.08% from 261); Green value is 5 (2.34% from 255 or 1.92% from 261); Blue value is 47 (18.75% from 255 or 18.01% from 261); Max value from RGB is 209 - color contains mainly: red. Hex color #D1052F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D1052F is #2EFAD0. Grayscale: #464646. Windows color (decimal): -3078865 or 3081681. OLE color: 3081681.

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

Color convert

RGB 209 5 47 -
CMYK 0 0.98 0.78 0.18
HSL 347.65º 0.95% 0.42% -
HSV(B) 347.65º 0.98% 0.82% -
XYZ 26.86 13.87 3.95 -
YUV 70.78 114.59 226.58 -
System Red Green Blue C M Y K H S L
Decimal 209 5 47 0 0.98 0.78 0.18 347.65 0.95 0.42
Hex D1 5 2F 0 62 4E 12 15C 5F 2A
Octal 321 5 57 0 142 116 22 534 137 52
Binary 11010001 101 101111 0 1100010 1001110 10010 101011100 1011111 101010

Color Harmonies of #D1052F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1052F

Black with #D1052F

Text Example


Text Example

White with #D1052F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1052F; }

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

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

background-color css

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

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

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

border-color css

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

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

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