Html Css Color HEX #D1143D Crimson

📋 copy color: '#D1143D'

red 209 ◦ green 20 ◦ blue 61

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

Shades of Crimson #D1143D

Tints of Crimson #D1143D

RGB

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

 GREEN value IS 20 (8.2% from 255) = 6.9%

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

R = 72.07%
G = 6.9%
B = 21.03%

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

#D1143D (or 0xD1143D) is known color: Crimson. HEX triplet: D1, 14 and 3D. RGB value is (209,20,61). Sum of RGB (Red+Green+Blue) = 209+20+61=290 (38% of max value = 765). Red value is 209 (82.03% from 255 or 72.07% from 290); Green value is 20 (8.20% from 255 or 6.90% from 290); Blue value is 61 (24.22% from 255 or 21.03% from 290); Max value from RGB is 209 - color contains mainly: red. Hex color #D1143D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D1143D is #2EEBC2. Grayscale: #515151. Windows color (decimal): -3075011 or 4003025. OLE color: 4003025.

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

Color convert

RGB 209 20 61 -
CMYK 0 0.90 0.71 0.18
HSL 346.98º 0.83% 0.45% -
HSV(B) 346.98º 0.9% 0.82% -
XYZ 27.39 14.39 5.75 -
YUV 81.19 116.62 219.17 -
System Red Green Blue C M Y K H S L
Decimal 209 20 61 0 0.90 0.71 0.18 346.98 0.83 0.45
Hex D1 14 3D 0 5A 47 12 15B 53 2D
Octal 321 24 75 0 132 107 22 533 123 55
Binary 11010001 10100 111101 0 1011010 1000111 10010 101011011 1010011 101101

Color Harmonies of #D1143D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1143D

Black with #D1143D

Text Example


Text Example

White with #D1143D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1143D; }

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

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

background-color css

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

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

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

border-color css

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

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

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