Html Css Color HEX #D75448 Valencia

📋 copy color: '#D75448'

red 215 ◦ green 84 ◦ blue 72

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

Shades of Valencia #D75448

Tints of Valencia #D75448

RGB

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

 GREEN value IS 84 (33.2% from 255) = 22.64%

 BLUE value IS 72 (28.52% from 255) = 19.41%

R = 57.95%
G = 22.64%
B = 19.41%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.67

 K value IS 0.16

RGB Variations

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

Color information

#D75448 (or 0xD75448) is known color: Valencia. HEX triplet: D7, 54 and 48. RGB value is (215,84,72). Sum of RGB (Red+Green+Blue) = 215+84+72=371 (49% of max value = 765). Red value is 215 (84.38% from 255 or 57.95% from 371); Green value is 84 (33.20% from 255 or 22.64% from 371); Blue value is 72 (28.52% from 255 or 19.41% from 371); Max value from RGB is 215 - color contains mainly: red. Hex color #D75448 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D75448 is #28ABB7. Grayscale: #797979. Windows color (decimal): -2665400 or 4740311. OLE color: 4740311.

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

Color convert

RGB 215 84 72 -
CMYK 0 0.61 0.67 0.16
HSL 5.03º 0.64% 0.56% -
HSV(B) 5.03º 0.67% 0.84% -
XYZ 32.36 21.26 8.53 -
YUV 121.8 99.9 194.48 -
System Red Green Blue C M Y K H S L
Decimal 215 84 72 0 0.61 0.67 0.16 5.03 0.64 0.56
Hex D7 54 48 0 3D 43 10 5 40 38
Octal 327 124 110 0 75 103 20 5 100 70
Binary 11010111 1010100 1001000 0 111101 1000011 10000 101 1000000 111000

Color Harmonies of #D75448

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D75448

Black with #D75448

Text Example


Text Example

White with #D75448

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D75448; }

 p { color: rgb(215,84,72); }

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

background-color css

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

 a { background-color: rgb(215,84,72); }

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

border-color css

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

 span { border-color: rgb(215,84,72); }

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