Html Css Color HEX #D15045 Valencia

📋 copy color: '#D15045'

red 209 ◦ green 80 ◦ blue 69

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

Shades of Valencia #D15045

Tints of Valencia #D15045

RGB

 RED value IS 209 (82.03% from 255) = 58.38%

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

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

R = 58.38%
G = 22.35%
B = 19.27%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.67

 K value IS 0.18

RGB Variations

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

Color information

#D15045 (or 0xD15045) is known color: Valencia. HEX triplet: D1, 50 and 45. RGB value is (209,80,69). Sum of RGB (Red+Green+Blue) = 209+80+69=358 (47% of max value = 765). Red value is 209 (82.03% from 255 or 58.38% from 358); Green value is 80 (31.64% from 255 or 22.35% from 358); Blue value is 69 (27.34% from 255 or 19.27% from 358); Max value from RGB is 209 - color contains mainly: red. Hex color #D15045 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D15045 is #2EAFBA. Grayscale: #757575. Windows color (decimal): -3059643 or 4542673. OLE color: 4542673.

HSL color Cylindrical-coordinate representation of color #D15045: hue angle of 4.71º degrees, saturation: 0.6, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #D15045 is Cyan = 0, Magento = 0.62, Yellow = 0.67 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 80 69 -
CMYK 0 0.62 0.67 0.18
HSL 4.71º 0.6% 0.55% -
HSV(B) 4.71º 0.67% 0.82% -
XYZ 30.24 19.72 7.84 -
YUV 117.32 100.74 193.39 -
System Red Green Blue C M Y K H S L
Decimal 209 80 69 0 0.62 0.67 0.18 4.71 0.6 0.55
Hex D1 50 45 0 3E 43 12 5 3C 37
Octal 321 120 105 0 76 103 22 5 74 67
Binary 11010001 1010000 1000101 0 111110 1000011 10010 101 111100 110111

Color Harmonies of #D15045

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D15045

Black with #D15045

Text Example


Text Example

White with #D15045

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D15045; }

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

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

background-color css

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

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

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

border-color css

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

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

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