Html Css Color HEX #D75242 Valencia

📋 copy color: '#D75242'

red 215 ◦ green 82 ◦ blue 66

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

Shades of Valencia #D75242

Tints of Valencia #D75242

RGB

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

 GREEN value IS 82 (32.42% from 255) = 22.59%

 BLUE value IS 66 (26.17% from 255) = 18.18%

R = 59.23%
G = 22.59%
B = 18.18%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.69

 K value IS 0.16

RGB Variations

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

Color information

#D75242 (or 0xD75242) is known color: Valencia. HEX triplet: D7, 52 and 42. RGB value is (215,82,66). Sum of RGB (Red+Green+Blue) = 215+82+66=363 (48% of max value = 765). Red value is 215 (84.38% from 255 or 59.23% from 363); Green value is 82 (32.42% from 255 or 22.59% from 363); Blue value is 66 (26.17% from 255 or 18.18% from 363); Max value from RGB is 215 - color contains mainly: red. Hex color #D75242 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D75242 is #28ADBD. Grayscale: #787878. Windows color (decimal): -2665918 or 4346583. OLE color: 4346583.

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

Color convert

RGB 215 82 66 -
CMYK 0 0.62 0.69 0.16
HSL 6.44º 0.65% 0.55% -
HSV(B) 6.44º 0.69% 0.84% -
XYZ 32.03 20.88 7.5 -
YUV 119.94 97.56 195.8 -
System Red Green Blue C M Y K H S L
Decimal 215 82 66 0 0.62 0.69 0.16 6.44 0.65 0.55
Hex D7 52 42 0 3E 45 10 6 41 37
Octal 327 122 102 0 76 105 20 6 101 67
Binary 11010111 1010010 1000010 0 111110 1000101 10000 110 1000001 110111

Color Harmonies of #D75242

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D75242

Black with #D75242

Text Example


Text Example

White with #D75242

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D75242; }

 p { color: rgb(215,82,66); }

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

background-color css

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

 a { background-color: rgb(215,82,66); }

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

border-color css

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

 span { border-color: rgb(215,82,66); }

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