Html Css Color HEX #D75149 Valencia

📋 copy color: '#D75149'

red 215 ◦ green 81 ◦ blue 73

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

Shades of Valencia #D75149

Tints of Valencia #D75149

RGB

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

 GREEN value IS 81 (32.03% from 255) = 21.95%

 BLUE value IS 73 (28.91% from 255) = 19.78%

R = 58.27%
G = 21.95%
B = 19.78%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.66

 K value IS 0.16

RGB Variations

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

Color information

#D75149 (or 0xD75149) is known color: Valencia. HEX triplet: D7, 51 and 49. RGB value is (215,81,73). Sum of RGB (Red+Green+Blue) = 215+81+73=369 (48% of max value = 765). Red value is 215 (84.38% from 255 or 58.27% from 369); Green value is 81 (32.03% from 255 or 21.95% from 369); Blue value is 73 (28.91% from 255 or 19.78% from 369); Max value from RGB is 215 - color contains mainly: red. Hex color #D75149 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D75149 is #28AEB6. Grayscale: #787878. Windows color (decimal): -2666167 or 4805079. OLE color: 4805079.

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

Color convert

RGB 215 81 73 -
CMYK 0 0.62 0.66 0.16
HSL 3.38º 0.64% 0.56% -
HSV(B) 3.38º 0.66% 0.84% -
XYZ 32.17 20.81 8.63 -
YUV 120.15 101.39 195.65 -
System Red Green Blue C M Y K H S L
Decimal 215 81 73 0 0.62 0.66 0.16 3.38 0.64 0.56
Hex D7 51 49 0 3E 42 10 3 40 38
Octal 327 121 111 0 76 102 20 3 100 70
Binary 11010111 1010001 1001001 0 111110 1000010 10000 11 1000000 111000

Color Harmonies of #D75149

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D75149

Black with #D75149

Text Example


Text Example

White with #D75149

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D75149; }

 p { color: rgb(215,81,73); }

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

background-color css

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

 a { background-color: rgb(215,81,73); }

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

border-color css

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

 span { border-color: rgb(215,81,73); }

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