Html Css Color HEX #D75043 Valencia

📋 copy color: '#D75043'

red 215 ◦ green 80 ◦ blue 67

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

Shades of Valencia #D75043

Tints of Valencia #D75043

RGB

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

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

 BLUE value IS 67 (26.56% from 255) = 18.51%

R = 59.39%
G = 22.1%
B = 18.51%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.69

 K value IS 0.16

RGB Variations

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

Color information

#D75043 (or 0xD75043) is known color: Valencia. HEX triplet: D7, 50 and 43. RGB value is (215,80,67). Sum of RGB (Red+Green+Blue) = 215+80+67=362 (47% of max value = 765). Red value is 215 (84.38% from 255 or 59.39% from 362); Green value is 80 (31.64% from 255 or 22.10% from 362); Blue value is 67 (26.56% from 255 or 18.51% from 362); Max value from RGB is 215 - color contains mainly: red. Hex color #D75043 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D75043 is #28AFBC. Grayscale: #777777. Windows color (decimal): -2666429 or 4411607. OLE color: 4411607.

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

Color convert

RGB 215 80 67 -
CMYK 0 0.63 0.69 0.16
HSL 5.27º 0.65% 0.55% -
HSV(B) 5.27º 0.69% 0.84% -
XYZ 31.91 20.59 7.6 -
YUV 118.88 98.73 196.56 -
System Red Green Blue C M Y K H S L
Decimal 215 80 67 0 0.63 0.69 0.16 5.27 0.65 0.55
Hex D7 50 43 0 3F 45 10 5 41 37
Octal 327 120 103 0 77 105 20 5 101 67
Binary 11010111 1010000 1000011 0 111111 1000101 10000 101 1000001 110111

Color Harmonies of #D75043

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D75043

Black with #D75043

Text Example


Text Example

White with #D75043

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D75043; }

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

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

background-color css

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

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

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

border-color css

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

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

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