Html Css Color HEX #D1053D Crimson

📋 copy color: '#D1053D'

red 209 ◦ green 5 ◦ blue 61

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

Shades of Crimson #D1053D

Tints of Crimson #D1053D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 22.18%

R = 76%
G = 1.82%
B = 22.18%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.71

 K value IS 0.18

RGB Variations

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

Color information

#D1053D (or 0xD1053D) is known color: Crimson. HEX triplet: D1, 05 and 3D. RGB value is (209,5,61). Sum of RGB (Red+Green+Blue) = 209+5+61=275 (36% of max value = 765). Red value is 209 (82.03% from 255 or 76% from 275); Green value is 5 (2.34% from 255 or 1.82% from 275); Blue value is 61 (24.22% from 255 or 22.18% from 275); Max value from RGB is 209 - color contains mainly: red. Hex color #D1053D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D1053D is #2EFAC2. Grayscale: #484848. Windows color (decimal): -3078851 or 3999185. OLE color: 3999185.

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

Color convert

RGB 209 5 61 -
CMYK 0 0.98 0.71 0.18
HSL 343.53º 0.95% 0.42% -
HSV(B) 343.53º 0.98% 0.82% -
XYZ 27.19 14 5.68 -
YUV 72.38 121.59 225.45 -
System Red Green Blue C M Y K H S L
Decimal 209 5 61 0 0.98 0.71 0.18 343.53 0.95 0.42
Hex D1 5 3D 0 62 47 12 158 5F 2A
Octal 321 5 75 0 142 107 22 530 137 52
Binary 11010001 101 111101 0 1100010 1000111 10010 101011000 1011111 101010

Color Harmonies of #D1053D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1053D

Black with #D1053D

Text Example


Text Example

White with #D1053D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1053D; }

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

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

background-color css

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

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

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

border-color css

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

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

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