Html Css Color HEX #D04A40 Valencia

📋 copy color: '#D04A40'

red 208 ◦ green 74 ◦ blue 64

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

Shades of Valencia #D04A40

Tints of Valencia #D04A40

RGB

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

 GREEN value IS 74 (29.3% from 255) = 21.39%

 BLUE value IS 64 (25.39% from 255) = 18.5%

R = 60.12%
G = 21.39%
B = 18.5%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.69

 K value IS 0.18

RGB Variations

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

Color information

#D04A40 (or 0xD04A40) is known color: Valencia. HEX triplet: D0, 4A and 40. RGB value is (208,74,64). Sum of RGB (Red+Green+Blue) = 208+74+64=346 (45% of max value = 765). Red value is 208 (81.64% from 255 or 60.12% from 346); Green value is 74 (29.30% from 255 or 21.39% from 346); Blue value is 64 (25.39% from 255 or 18.50% from 346); Max value from RGB is 208 - color contains mainly: red. Hex color #D04A40 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D04A40 is #2FB5BF. Grayscale: #717171. Windows color (decimal): -3126720 or 4213456. OLE color: 4213456.

HSL color Cylindrical-coordinate representation of color #D04A40: hue angle of 4.17º degrees, saturation: 0.61, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #D04A40 is Cyan = 0, Magento = 0.64, Yellow = 0.69 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 74 64 -
CMYK 0 0.64 0.69 0.18
HSL 4.17º 0.61% 0.53% -
HSV(B) 4.17º 0.69% 0.82% -
XYZ 29.39 18.68 6.91 -
YUV 112.93 100.39 195.81 -
System Red Green Blue C M Y K H S L
Decimal 208 74 64 0 0.64 0.69 0.18 4.17 0.61 0.53
Hex D0 4A 40 0 40 45 12 4 3D 35
Octal 320 112 100 0 100 105 22 4 75 65
Binary 11010000 1001010 1000000 0 1000000 1000101 10010 100 111101 110101

Color Harmonies of #D04A40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D04A40

Black with #D04A40

Text Example


Text Example

White with #D04A40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D04A40; }

 p { color: rgb(208,74,64); }

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

background-color css

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

 a { background-color: rgb(208,74,64); }

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

border-color css

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

 span { border-color: rgb(208,74,64); }

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