Html Css Color HEX #D7134A Crimson

📋 copy color: '#D7134A'

red 215 ◦ green 19 ◦ blue 74

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

Shades of Crimson #D7134A

Tints of Crimson #D7134A

RGB

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

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

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

R = 69.81%
G = 6.17%
B = 24.03%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.66

 K value IS 0.16

RGB Variations

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

Color information

#D7134A (or 0xD7134A) is known color: Crimson. HEX triplet: D7, 13 and 4A. RGB value is (215,19,74). Sum of RGB (Red+Green+Blue) = 215+19+74=308 (40% of max value = 765). Red value is 215 (84.38% from 255 or 69.81% from 308); Green value is 19 (7.81% from 255 or 6.17% from 308); Blue value is 74 (29.30% from 255 or 24.03% from 308); Max value from RGB is 215 - color contains mainly: red. Hex color #D7134A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D7134A is #28ECB5. Grayscale: #535353. Windows color (decimal): -2682038 or 4854743. OLE color: 4854743.

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

Color convert

RGB 215 19 74 -
CMYK 0 0.91 0.66 0.16
HSL 343.16º 0.84% 0.46% -
HSV(B) 343.16º 0.91% 0.84% -
XYZ 29.49 15.41 7.9 -
YUV 83.87 122.43 221.53 -
System Red Green Blue C M Y K H S L
Decimal 215 19 74 0 0.91 0.66 0.16 343.16 0.84 0.46
Hex D7 13 4A 0 5B 42 10 157 54 2E
Octal 327 23 112 0 133 102 20 527 124 56
Binary 11010111 10011 1001010 0 1011011 1000010 10000 101010111 1010100 101110

Color Harmonies of #D7134A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7134A

Black with #D7134A

Text Example


Text Example

White with #D7134A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7134A; }

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

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

background-color css

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

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

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

border-color css

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

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

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