Html Css Color HEX #D1143B Crimson

📋 copy color: '#D1143B'

red 209 ◦ green 20 ◦ blue 59

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

Shades of Crimson #D1143B

Tints of Crimson #D1143B

RGB

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

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

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

R = 72.57%
G = 6.94%
B = 20.49%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.72

 K value IS 0.18

RGB Variations

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

Color information

#D1143B (or 0xD1143B) is known color: Crimson. HEX triplet: D1, 14 and 3B. RGB value is (209,20,59). Sum of RGB (Red+Green+Blue) = 209+20+59=288 (38% of max value = 765). Red value is 209 (82.03% from 255 or 72.57% from 288); Green value is 20 (8.20% from 255 or 6.94% from 288); Blue value is 59 (23.44% from 255 or 20.49% from 288); Max value from RGB is 209 - color contains mainly: red. Hex color #D1143B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D1143B is #2EEBC4. Grayscale: #505050. Windows color (decimal): -3075013 or 3871953. OLE color: 3871953.

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

Color convert

RGB 209 20 59 -
CMYK 0 0.90 0.72 0.18
HSL 347.62º 0.83% 0.45% -
HSV(B) 347.62º 0.9% 0.82% -
XYZ 27.33 14.37 5.47 -
YUV 80.96 115.62 219.33 -
System Red Green Blue C M Y K H S L
Decimal 209 20 59 0 0.90 0.72 0.18 347.62 0.83 0.45
Hex D1 14 3B 0 5A 48 12 15C 53 2D
Octal 321 24 73 0 132 110 22 534 123 55
Binary 11010001 10100 111011 0 1011010 1001000 10010 101011100 1010011 101101

Color Harmonies of #D1143B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1143B

Black with #D1143B

Text Example


Text Example

White with #D1143B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1143B; }

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

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

background-color css

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

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

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

border-color css

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

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

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