Html Css Color HEX #D5134D Crimson

📋 copy color: '#D5134D'

red 213 ◦ green 19 ◦ blue 77

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

Shades of Crimson #D5134D

Tints of Crimson #D5134D

RGB

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

 GREEN value IS 19 (7.81% from 255) = 6.15%

 BLUE value IS 77 (30.47% from 255) = 24.92%

R = 68.93%
G = 6.15%
B = 24.92%

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

#D5134D (or 0xD5134D) is known color: Crimson. HEX triplet: D5, 13 and 4D. RGB value is (213,19,77). Sum of RGB (Red+Green+Blue) = 213+19+77=309 (40% of max value = 765). Red value is 213 (83.59% from 255 or 68.93% from 309); Green value is 19 (7.81% from 255 or 6.15% from 309); Blue value is 77 (30.47% from 255 or 24.92% from 309); Max value from RGB is 213 - color contains mainly: red. Hex color #D5134D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D5134D is #2AECB2. Grayscale: #535353. Windows color (decimal): -2813107 or 5051349. OLE color: 5051349.

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

Color convert

RGB 213 19 77 -
CMYK 0 0.91 0.64 0.16
HSL 342.06º 0.84% 0.45% -
HSV(B) 342.06º 0.91% 0.84% -
XYZ 29.01 15.15 8.42 -
YUV 83.62 124.27 220.28 -
System Red Green Blue C M Y K H S L
Decimal 213 19 77 0 0.91 0.64 0.16 342.06 0.84 0.45
Hex D5 13 4D 0 5B 40 10 156 54 2D
Octal 325 23 115 0 133 100 20 526 124 55
Binary 11010101 10011 1001101 0 1011011 1000000 10000 101010110 1010100 101101

Color Harmonies of #D5134D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5134D

Black with #D5134D

Text Example


Text Example

White with #D5134D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5134D; }

 p { color: rgb(213,19,77); }

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

background-color css

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

 a { background-color: rgb(213,19,77); }

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

border-color css

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

 span { border-color: rgb(213,19,77); }

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