Html Css Color HEX #D1153C Crimson

📋 copy color: '#D1153C'

red 209 ◦ green 21 ◦ blue 60

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

Shades of Crimson #D1153C

Tints of Crimson #D1153C

RGB

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

 GREEN value IS 21 (8.59% from 255) = 7.24%

 BLUE value IS 60 (23.83% from 255) = 20.69%

R = 72.07%
G = 7.24%
B = 20.69%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.71

 K value IS 0.18

RGB Variations

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

Color information

#D1153C (or 0xD1153C) is known color: Crimson. HEX triplet: D1, 15 and 3C. RGB value is (209,21,60). Sum of RGB (Red+Green+Blue) = 209+21+60=290 (38% of max value = 765). Red value is 209 (82.03% from 255 or 72.07% from 290); Green value is 21 (8.59% from 255 or 7.24% from 290); Blue value is 60 (23.83% from 255 or 20.69% from 290); Max value from RGB is 209 - color contains mainly: red. Hex color #D1153C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D1153C is #2EEAC3. Grayscale: #515151. Windows color (decimal): -3074756 or 3937745. OLE color: 3937745.

HSL color Cylindrical-coordinate representation of color #D1153C: hue angle of 347.55º degrees, saturation: 0.82, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D1153C is Cyan = 0, Magento = 0.90, Yellow = 0.71 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 21 60 -
CMYK 0 0.90 0.71 0.18
HSL 347.55º 0.82% 0.45% -
HSV(B) 347.55º 0.9% 0.82% -
XYZ 27.38 14.42 5.61 -
YUV 81.66 115.78 218.83 -
System Red Green Blue C M Y K H S L
Decimal 209 21 60 0 0.90 0.71 0.18 347.55 0.82 0.45
Hex D1 15 3C 0 5A 47 12 15C 52 2D
Octal 321 25 74 0 132 107 22 534 122 55
Binary 11010001 10101 111100 0 1011010 1000111 10010 101011100 1010010 101101

Color Harmonies of #D1153C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1153C

Black with #D1153C

Text Example


Text Example

White with #D1153C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1153C; }

 p { color: rgb(209,21,60); }

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

background-color css

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

 a { background-color: rgb(209,21,60); }

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

border-color css

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

 span { border-color: rgb(209,21,60); }

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