Html Css Color HEX #D04E4D Valencia

📋 copy color: '#D04E4D'

red 208 ◦ green 78 ◦ blue 77

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

Shades of Valencia #D04E4D

Tints of Valencia #D04E4D

RGB

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

 GREEN value IS 78 (30.86% from 255) = 21.49%

 BLUE value IS 77 (30.47% from 255) = 21.21%

R = 57.3%
G = 21.49%
B = 21.21%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.63

 K value IS 0.18

RGB Variations

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

Color information

#D04E4D (or 0xD04E4D) is known color: Valencia. HEX triplet: D0, 4E and 4D. RGB value is (208,78,77). Sum of RGB (Red+Green+Blue) = 208+78+77=363 (48% of max value = 765). Red value is 208 (81.64% from 255 or 57.30% from 363); Green value is 78 (30.86% from 255 or 21.49% from 363); Blue value is 77 (30.47% from 255 or 21.21% from 363); Max value from RGB is 208 - color contains mainly: red. Hex color #D04E4D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D04E4D is #2FB1B2. Grayscale: #747474. Windows color (decimal): -3125683 or 5066448. OLE color: 5066448.

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

Color convert

RGB 208 78 77 -
CMYK 0 0.62 0.63 0.18
HSL 0.46º 0.58% 0.56% -
HSV(B) 0.46º 0.63% 0.82% -
XYZ 30.08 19.39 9.18 -
YUV 116.76 105.57 193.08 -
System Red Green Blue C M Y K H S L
Decimal 208 78 77 0 0.62 0.63 0.18 0.46 0.58 0.56
Hex D0 4E 4D 0 3E 3F 12 0 3A 38
Octal 320 116 115 0 76 77 22 0 72 70
Binary 11010000 1001110 1001101 0 111110 111111 10010 0 111010 111000

Color Harmonies of #D04E4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D04E4D

Black with #D04E4D

Text Example


Text Example

White with #D04E4D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D04E4D; }

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

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

background-color css

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

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

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

border-color css

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

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

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