Html Css Color HEX #D05045 Valencia

📋 copy color: '#D05045'

red 208 ◦ green 80 ◦ blue 69

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

Shades of Valencia #D05045

Tints of Valencia #D05045

RGB

 RED value IS 208 (81.64% from 255) = 58.26%

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

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

R = 58.26%
G = 22.41%
B = 19.33%

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

#D05045 (or 0xD05045) is known color: Valencia. HEX triplet: D0, 50 and 45. RGB value is (208,80,69). Sum of RGB (Red+Green+Blue) = 208+80+69=357 (47% of max value = 765). Red value is 208 (81.64% from 255 or 58.26% from 357); Green value is 80 (31.64% from 255 or 22.41% from 357); Blue value is 69 (27.34% from 255 or 19.33% from 357); Max value from RGB is 208 - color contains mainly: red. Hex color #D05045 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D05045 is #2FAFBA. Grayscale: #757575. Windows color (decimal): -3125179 or 4542672. OLE color: 4542672.

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

Color convert

RGB 208 80 69 -
CMYK 0 0.62 0.67 0.18
HSL 4.75º 0.6% 0.54% -
HSV(B) 4.75º 0.67% 0.82% -
XYZ 29.96 19.58 7.83 -
YUV 117.02 100.91 192.89 -
System Red Green Blue C M Y K H S L
Decimal 208 80 69 0 0.62 0.67 0.18 4.75 0.6 0.54
Hex D0 50 45 0 3E 43 12 5 3C 36
Octal 320 120 105 0 76 103 22 5 74 66
Binary 11010000 1010000 1000101 0 111110 1000011 10010 101 111100 110110

Color Harmonies of #D05045

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D05045

Black with #D05045

Text Example


Text Example

White with #D05045

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D05045; }

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

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

background-color css

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

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

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

border-color css

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

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

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