Html Css Color HEX #D04747 Valencia

📋 copy color: '#D04747'

red 208 ◦ green 71 ◦ blue 71

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

Shades of Valencia #D04747

Tints of Valencia #D04747

RGB

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

 GREEN value IS 71 (28.13% from 255) = 20.29%

 BLUE value IS 71 (28.13% from 255) = 20.29%

R = 59.43%
G = 20.29%
B = 20.29%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.66

 K value IS 0.18

RGB Variations

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

Color information

#D04747 (or 0xD04747) is known color: Valencia. HEX triplet: D0, 47 and 47. RGB value is (208,71,71). Sum of RGB (Red+Green+Blue) = 208+71+71=350 (46% of max value = 765). Red value is 208 (81.64% from 255 or 59.43% from 350); Green value is 71 (28.12% from 255 or 20.29% from 350); Blue value is 71 (28.12% from 255 or 20.29% from 350); Max value from RGB is 208 - color contains mainly: red. Hex color #D04747 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D04747 is #2FB8B8. Grayscale: #707070. Windows color (decimal): -3127481 or 4671440. OLE color: 4671440.

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

Color convert

RGB 208 71 71 -
CMYK 0 0.66 0.66 0.18
HSL 0.59% 0.55% -
HSV(B) 0.66% 0.82% -
XYZ 29.4 18.37 7.96 -
YUV 111.96 104.89 196.5 -
System Red Green Blue C M Y K H S L
Decimal 208 71 71 0 0.66 0.66 0.18 0 0.59 0.55
Hex D0 47 47 0 42 42 12 0 3B 37
Octal 320 107 107 0 102 102 22 0 73 67
Binary 11010000 1000111 1000111 0 1000010 1000010 10010 0 111011 110111

Color Harmonies of #D04747

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D04747

Black with #D04747

Text Example


Text Example

White with #D04747

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D04747; }

 p { color: rgb(208,71,71); }

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

background-color css

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

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

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

border-color css

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

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

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