Html Css Color HEX #D75045 Valencia

📋 copy color: '#D75045'

red 215 ◦ green 80 ◦ blue 69

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

Shades of Valencia #D75045

Tints of Valencia #D75045

RGB

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

 GREEN value IS 80 (31.64% from 255) = 21.98%

 BLUE value IS 69 (27.34% from 255) = 18.96%

R = 59.07%
G = 21.98%
B = 18.96%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.68

 K value IS 0.16

RGB Variations

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

Color information

#D75045 (or 0xD75045) is known color: Valencia. HEX triplet: D7, 50 and 45. RGB value is (215,80,69). Sum of RGB (Red+Green+Blue) = 215+80+69=364 (48% of max value = 765). Red value is 215 (84.38% from 255 or 59.07% from 364); Green value is 80 (31.64% from 255 or 21.98% from 364); Blue value is 69 (27.34% from 255 or 18.96% from 364); Max value from RGB is 215 - color contains mainly: red. Hex color #D75045 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D75045 is #28AFBA. Grayscale: #777777. Windows color (decimal): -2666427 or 4542679. OLE color: 4542679.

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

Color convert

RGB 215 80 69 -
CMYK 0 0.63 0.68 0.16
HSL 4.52º 0.65% 0.56% -
HSV(B) 4.52º 0.68% 0.84% -
XYZ 31.97 20.61 7.92 -
YUV 119.11 99.73 196.39 -
System Red Green Blue C M Y K H S L
Decimal 215 80 69 0 0.63 0.68 0.16 4.52 0.65 0.56
Hex D7 50 45 0 3F 44 10 5 41 38
Octal 327 120 105 0 77 104 20 5 101 70
Binary 11010111 1010000 1000101 0 111111 1000100 10000 101 1000001 111000

Color Harmonies of #D75045

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D75045

Black with #D75045

Text Example


Text Example

White with #D75045

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D75045; }

 p { color: rgb(215,80,69); }

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

background-color css

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

 a { background-color: rgb(215,80,69); }

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

border-color css

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

 span { border-color: rgb(215,80,69); }

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