Html Css Color HEX #D5143C Crimson

📋 copy color: '#D5143C'

red 213 ◦ green 20 ◦ blue 60

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

Shades of Crimson #D5143C

Tints of Crimson #D5143C

RGB

 RED value IS 213 (83.59% from 255) = 72.7%

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

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

R = 72.7%
G = 6.83%
B = 20.48%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.72

 K value IS 0.16

RGB Variations

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

Color information

#D5143C (or 0xD5143C) is known color: Crimson. HEX triplet: D5, 14 and 3C. RGB value is (213,20,60). Sum of RGB (Red+Green+Blue) = 213+20+60=293 (38% of max value = 765). Red value is 213 (83.59% from 255 or 72.70% from 293); Green value is 20 (8.20% from 255 or 6.83% from 293); Blue value is 60 (23.83% from 255 or 20.48% from 293); Max value from RGB is 213 - color contains mainly: red. Hex color #D5143C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D5143C is #2AEBC3. Grayscale: #525252. Windows color (decimal): -2812868 or 3937493. OLE color: 3937493.

HSL color Cylindrical-coordinate representation of color #D5143C: hue angle of 347.56º degrees, saturation: 0.83, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D5143C is Cyan = 0, Magento = 0.91, Yellow = 0.72 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 20 60 -
CMYK 0 0.91 0.72 0.16
HSL 347.56º 0.83% 0.46% -
HSV(B) 347.56º 0.91% 0.84% -
XYZ 28.51 14.97 5.66 -
YUV 82.27 115.44 221.25 -
System Red Green Blue C M Y K H S L
Decimal 213 20 60 0 0.91 0.72 0.16 347.56 0.83 0.46
Hex D5 14 3C 0 5B 48 10 15C 53 2E
Octal 325 24 74 0 133 110 20 534 123 56
Binary 11010101 10100 111100 0 1011011 1001000 10000 101011100 1010011 101110

Color Harmonies of #D5143C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5143C

Black with #D5143C

Text Example


Text Example

White with #D5143C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5143C; }

 p { color: rgb(213,20,60); }

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

background-color css

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

 a { background-color: rgb(213,20,60); }

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

border-color css

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

 span { border-color: rgb(213,20,60); }

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