Html Css Color HEX #D5144C Crimson

📋 copy color: '#D5144C'

red 213 ◦ green 20 ◦ blue 76

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

Shades of Crimson #D5144C

Tints of Crimson #D5144C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 24.6%

R = 68.93%
G = 6.47%
B = 24.6%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.64

 K value IS 0.16

RGB Variations

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

Color information

#D5144C (or 0xD5144C) is known color: Crimson. HEX triplet: D5, 14 and 4C. RGB value is (213,20,76). Sum of RGB (Red+Green+Blue) = 213+20+76=309 (40% of max value = 765). Red value is 213 (83.59% from 255 or 68.93% from 309); Green value is 20 (8.20% from 255 or 6.47% from 309); Blue value is 76 (30.08% from 255 or 24.60% from 309); Max value from RGB is 213 - color contains mainly: red. Hex color #D5144C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D5144C is #2AEBB3. Grayscale: #545454. Windows color (decimal): -2812852 or 4986069. OLE color: 4986069.

HSL color Cylindrical-coordinate representation of color #D5144C: hue angle of 342.59º 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 #D5144C is Cyan = 0, Magento = 0.91, Yellow = 0.64 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 20 76 -
CMYK 0 0.91 0.64 0.16
HSL 342.59º 0.83% 0.46% -
HSV(B) 342.59º 0.91% 0.84% -
XYZ 29 15.17 8.24 -
YUV 84.09 123.44 219.95 -
System Red Green Blue C M Y K H S L
Decimal 213 20 76 0 0.91 0.64 0.16 342.59 0.83 0.46
Hex D5 14 4C 0 5B 40 10 157 53 2E
Octal 325 24 114 0 133 100 20 527 123 56
Binary 11010101 10100 1001100 0 1011011 1000000 10000 101010111 1010011 101110

Color Harmonies of #D5144C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5144C

Black with #D5144C

Text Example


Text Example

White with #D5144C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5144C; }

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

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

background-color css

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

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

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

border-color css

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

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

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