Html Css Color HEX #D75147 Valencia

📋 copy color: '#D75147'

red 215 ◦ green 81 ◦ blue 71

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

Shades of Valencia #D75147

Tints of Valencia #D75147

RGB

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

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

 BLUE value IS 71 (28.13% from 255) = 19.35%

R = 58.58%
G = 22.07%
B = 19.35%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.67

 K value IS 0.16

RGB Variations

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

Color information

#D75147 (or 0xD75147) is known color: Valencia. HEX triplet: D7, 51 and 47. RGB value is (215,81,71). Sum of RGB (Red+Green+Blue) = 215+81+71=367 (48% of max value = 765). Red value is 215 (84.38% from 255 or 58.58% from 367); Green value is 81 (32.03% from 255 or 22.07% from 367); Blue value is 71 (28.12% from 255 or 19.35% from 367); Max value from RGB is 215 - color contains mainly: red. Hex color #D75147 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D75147 is #28AEB8. Grayscale: #787878. Windows color (decimal): -2666169 or 4674007. OLE color: 4674007.

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

Color convert

RGB 215 81 71 -
CMYK 0 0.62 0.67 0.16
HSL 4.17º 0.64% 0.56% -
HSV(B) 4.17º 0.67% 0.84% -
XYZ 32.1 20.79 8.28 -
YUV 119.93 100.39 195.81 -
System Red Green Blue C M Y K H S L
Decimal 215 81 71 0 0.62 0.67 0.16 4.17 0.64 0.56
Hex D7 51 47 0 3E 43 10 4 40 38
Octal 327 121 107 0 76 103 20 4 100 70
Binary 11010111 1010001 1000111 0 111110 1000011 10000 100 1000000 111000

Color Harmonies of #D75147

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D75147

Black with #D75147

Text Example


Text Example

White with #D75147

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D75147; }

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

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

background-color css

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

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

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

border-color css

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

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

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