Html Css Color HEX #D0574E Valencia

📋 copy color: '#D0574E'

red 208 ◦ green 87 ◦ blue 78

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

Shades of Valencia #D0574E

Tints of Valencia #D0574E

RGB

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

 GREEN value IS 87 (34.38% from 255) = 23.32%

 BLUE value IS 78 (30.86% from 255) = 20.91%

R = 55.76%
G = 23.32%
B = 20.91%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.62

 K value IS 0.18

RGB Variations

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

Color information

#D0574E (or 0xD0574E) is known color: Valencia. HEX triplet: D0, 57 and 4E. RGB value is (208,87,78). Sum of RGB (Red+Green+Blue) = 208+87+78=373 (49% of max value = 765). Red value is 208 (81.64% from 255 or 55.76% from 373); Green value is 87 (34.38% from 255 or 23.32% from 373); Blue value is 78 (30.86% from 255 or 20.91% from 373); Max value from RGB is 208 - color contains mainly: red. Hex color #D0574E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D0574E is #2FA8B1. Grayscale: #7A7A7A. Windows color (decimal): -3123378 or 5134288. OLE color: 5134288.

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

Color convert

RGB 208 87 78 -
CMYK 0 0.58 0.62 0.18
HSL 4.15º 0.58% 0.56% -
HSV(B) 4.15º 0.63% 0.82% -
XYZ 30.8 20.78 9.59 -
YUV 122.15 103.09 189.23 -
System Red Green Blue C M Y K H S L
Decimal 208 87 78 0 0.58 0.62 0.18 4.15 0.58 0.56
Hex D0 57 4E 0 3A 3E 12 4 3A 38
Octal 320 127 116 0 72 76 22 4 72 70
Binary 11010000 1010111 1001110 0 111010 111110 10010 100 111010 111000

Color Harmonies of #D0574E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0574E

Black with #D0574E

Text Example


Text Example

White with #D0574E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0574E; }

 p { color: rgb(208,87,78); }

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

background-color css

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

 a { background-color: rgb(208,87,78); }

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

border-color css

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

 span { border-color: rgb(208,87,78); }

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