Html Css Color HEX #D05F4F Valencia

📋 copy color: '#D05F4F'

red 208 ◦ green 95 ◦ blue 79

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

Shades of Valencia #D05F4F

Tints of Valencia #D05F4F

RGB

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

 GREEN value IS 95 (37.5% from 255) = 24.87%

 BLUE value IS 79 (31.25% from 255) = 20.68%

R = 54.45%
G = 24.87%
B = 20.68%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.62

 K value IS 0.18

RGB Variations

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

Color information

#D05F4F (or 0xD05F4F) is known color: Valencia. HEX triplet: D0, 5F and 4F. RGB value is (208,95,79). Sum of RGB (Red+Green+Blue) = 208+95+79=382 (50% of max value = 765). Red value is 208 (81.64% from 255 or 54.45% from 382); Green value is 95 (37.5% from 255 or 24.87% from 382); Blue value is 79 (31.25% from 255 or 20.68% from 382); Max value from RGB is 208 - color contains mainly: red. Hex color #D05F4F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D05F4F is #2FA0B0. Grayscale: #7F7F7F. Windows color (decimal): -3121329 or 5201872. OLE color: 5201872.

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

Color convert

RGB 208 95 79 -
CMYK 0 0.54 0.62 0.18
HSL 7.44º 0.58% 0.56% -
HSV(B) 7.44º 0.62% 0.82% -
XYZ 31.52 22.16 10.01 -
YUV 126.96 100.94 185.8 -
System Red Green Blue C M Y K H S L
Decimal 208 95 79 0 0.54 0.62 0.18 7.44 0.58 0.56
Hex D0 5F 4F 0 36 3E 12 7 3A 38
Octal 320 137 117 0 66 76 22 7 72 70
Binary 11010000 1011111 1001111 0 110110 111110 10010 111 111010 111000

Color Harmonies of #D05F4F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D05F4F

Black with #D05F4F

Text Example


Text Example

White with #D05F4F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D05F4F; }

 p { color: rgb(208,95,79); }

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

background-color css

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

 a { background-color: rgb(208,95,79); }

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

border-color css

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

 span { border-color: rgb(208,95,79); }

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