Html Css Color HEX #D7134C Crimson

📋 copy color: '#D7134C'

red 215 ◦ green 19 ◦ blue 76

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

Shades of Crimson #D7134C

Tints of Crimson #D7134C

RGB

 RED value IS 215 (84.38% from 255) = 69.35%

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

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

R = 69.35%
G = 6.13%
B = 24.52%

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

#D7134C (or 0xD7134C) is known color: Crimson. HEX triplet: D7, 13 and 4C. RGB value is (215,19,76). Sum of RGB (Red+Green+Blue) = 215+19+76=310 (41% of max value = 765). Red value is 215 (84.38% from 255 or 69.35% from 310); Green value is 19 (7.81% from 255 or 6.13% from 310); Blue value is 76 (30.08% from 255 or 24.52% from 310); Max value from RGB is 215 - color contains mainly: red. Hex color #D7134C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D7134C is #28ECB3. Grayscale: #545454. Windows color (decimal): -2682036 or 4985815. OLE color: 4985815.

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

Color convert

RGB 215 19 76 -
CMYK 0 0.91 0.65 0.16
HSL 342.55º 0.84% 0.46% -
HSV(B) 342.55º 0.91% 0.84% -
XYZ 29.56 15.43 8.26 -
YUV 84.1 123.43 221.37 -
System Red Green Blue C M Y K H S L
Decimal 215 19 76 0 0.91 0.65 0.16 342.55 0.84 0.46
Hex D7 13 4C 0 5B 41 10 157 54 2E
Octal 327 23 114 0 133 101 20 527 124 56
Binary 11010111 10011 1001100 0 1011011 1000001 10000 101010111 1010100 101110

Color Harmonies of #D7134C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7134C

Black with #D7134C

Text Example


Text Example

White with #D7134C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7134C; }

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

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

background-color css

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

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

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

border-color css

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

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

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