Html Css Color HEX #D5134C Crimson

📋 copy color: '#D5134C'

red 213 ◦ green 19 ◦ blue 76

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

Shades of Crimson #D5134C

Tints of Crimson #D5134C

RGB

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

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

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

R = 69.16%
G = 6.17%
B = 24.68%

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

#D5134C (or 0xD5134C) is known color: Crimson. HEX triplet: D5, 13 and 4C. RGB value is (213,19,76). Sum of RGB (Red+Green+Blue) = 213+19+76=308 (40% of max value = 765). Red value is 213 (83.59% from 255 or 69.16% from 308); Green value is 19 (7.81% from 255 or 6.17% from 308); Blue value is 76 (30.08% from 255 or 24.68% from 308); Max value from RGB is 213 - color contains mainly: red. Hex color #D5134C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D5134C is #2AECB3. Grayscale: #535353. Windows color (decimal): -2813108 or 4985813. OLE color: 4985813.

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

Color convert

RGB 213 19 76 -
CMYK 0 0.91 0.64 0.16
HSL 342.37º 0.84% 0.45% -
HSV(B) 342.37º 0.91% 0.84% -
XYZ 28.98 15.13 8.23 -
YUV 83.5 123.77 220.37 -
System Red Green Blue C M Y K H S L
Decimal 213 19 76 0 0.91 0.64 0.16 342.37 0.84 0.45
Hex D5 13 4C 0 5B 40 10 156 54 2D
Octal 325 23 114 0 133 100 20 526 124 55
Binary 11010101 10011 1001100 0 1011011 1000000 10000 101010110 1010100 101101

Color Harmonies of #D5134C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5134C

Black with #D5134C

Text Example


Text Example

White with #D5134C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5134C; }

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

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

background-color css

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

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

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

border-color css

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

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

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