Html Css Color HEX #D5144A Crimson

📋 copy color: '#D5144A'

red 213 ◦ green 20 ◦ blue 74

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

Shades of Crimson #D5144A

Tints of Crimson #D5144A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 24.1%

R = 69.38%
G = 6.51%
B = 24.1%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.65

 K value IS 0.16

RGB Variations

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

Color information

#D5144A (or 0xD5144A) is known color: Crimson. HEX triplet: D5, 14 and 4A. RGB value is (213,20,74). Sum of RGB (Red+Green+Blue) = 213+20+74=307 (40% of max value = 765). Red value is 213 (83.59% from 255 or 69.38% from 307); Green value is 20 (8.20% from 255 or 6.51% from 307); Blue value is 74 (29.30% from 255 or 24.10% from 307); Max value from RGB is 213 - color contains mainly: red. Hex color #D5144A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D5144A is #2AEBB5. Grayscale: #535353. Windows color (decimal): -2812854 or 4854997. OLE color: 4854997.

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

Color convert

RGB 213 20 74 -
CMYK 0 0.91 0.65 0.16
HSL 343.21º 0.83% 0.46% -
HSV(B) 343.21º 0.91% 0.84% -
XYZ 28.93 15.14 7.88 -
YUV 83.86 122.44 220.11 -
System Red Green Blue C M Y K H S L
Decimal 213 20 74 0 0.91 0.65 0.16 343.21 0.83 0.46
Hex D5 14 4A 0 5B 41 10 157 53 2E
Octal 325 24 112 0 133 101 20 527 123 56
Binary 11010101 10100 1001010 0 1011011 1000001 10000 101010111 1010011 101110

Color Harmonies of #D5144A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5144A

Black with #D5144A

Text Example


Text Example

White with #D5144A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5144A; }

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

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

background-color css

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

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

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

border-color css

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

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

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