Html Css Color HEX #D04E4E Valencia

📋 copy color: '#D04E4E'

red 208 ◦ green 78 ◦ blue 78

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

Shades of Valencia #D04E4E

Tints of Valencia #D04E4E

RGB

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

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

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

R = 57.14%
G = 21.43%
B = 21.43%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.62

 K value IS 0.18

RGB Variations

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

Color information

#D04E4E (or 0xD04E4E) is known color: Valencia. HEX triplet: D0, 4E and 4E. RGB value is (208,78,78). Sum of RGB (Red+Green+Blue) = 208+78+78=364 (48% of max value = 765). Red value is 208 (81.64% from 255 or 57.14% from 364); Green value is 78 (30.86% from 255 or 21.43% from 364); Blue value is 78 (30.86% from 255 or 21.43% from 364); Max value from RGB is 208 - color contains mainly: red. Hex color #D04E4E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D04E4E is #2FB1B1. Grayscale: #747474. Windows color (decimal): -3125682 or 5131984. OLE color: 5131984.

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

Color convert

RGB 208 78 78 -
CMYK 0 0.62 0.62 0.18
HSL 0.58% 0.56% -
HSV(B) 0.63% 0.82% -
XYZ 30.11 19.41 9.37 -
YUV 116.87 106.07 193 -
System Red Green Blue C M Y K H S L
Decimal 208 78 78 0 0.62 0.62 0.18 0 0.58 0.56
Hex D0 4E 4E 0 3E 3E 12 0 3A 38
Octal 320 116 116 0 76 76 22 0 72 70
Binary 11010000 1001110 1001110 0 111110 111110 10010 0 111010 111000

Color Harmonies of #D04E4E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D04E4E

Black with #D04E4E

Text Example


Text Example

White with #D04E4E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D04E4E; }

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

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

background-color css

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

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

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

border-color css

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

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

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