Html Css Color HEX #D04A48 Valencia

📋 copy color: '#D04A48'

red 208 ◦ green 74 ◦ blue 72

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

Shades of Valencia #D04A48

Tints of Valencia #D04A48

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 20.34%

R = 58.76%
G = 20.9%
B = 20.34%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.65

 K value IS 0.18

RGB Variations

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

Color information

#D04A48 (or 0xD04A48) is known color: Valencia. HEX triplet: D0, 4A and 48. RGB value is (208,74,72). Sum of RGB (Red+Green+Blue) = 208+74+72=354 (46% of max value = 765). Red value is 208 (81.64% from 255 or 58.76% from 354); Green value is 74 (29.30% from 255 or 20.90% from 354); Blue value is 72 (28.52% from 255 or 20.34% from 354); Max value from RGB is 208 - color contains mainly: red. Hex color #D04A48 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D04A48 is #2FB5B7. Grayscale: #717171. Windows color (decimal): -3126712 or 4737744. OLE color: 4737744.

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

Color convert

RGB 208 74 72 -
CMYK 0 0.64 0.65 0.18
HSL 0.88º 0.59% 0.55% -
HSV(B) 0.88º 0.65% 0.82% -
XYZ 29.63 18.78 8.19 -
YUV 113.84 104.39 195.16 -
System Red Green Blue C M Y K H S L
Decimal 208 74 72 0 0.64 0.65 0.18 0.88 0.59 0.55
Hex D0 4A 48 0 40 41 12 1 3B 37
Octal 320 112 110 0 100 101 22 1 73 67
Binary 11010000 1001010 1001000 0 1000000 1000001 10010 1 111011 110111

Color Harmonies of #D04A48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D04A48

Black with #D04A48

Text Example


Text Example

White with #D04A48

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D04A48; }

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

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

background-color css

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

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

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

border-color css

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

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

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