Html Css Color HEX #D04E4C Valencia

📋 copy color: '#D04E4C'

red 208 ◦ green 78 ◦ blue 76

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

Shades of Valencia #D04E4C

Tints of Valencia #D04E4C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 20.99%

R = 57.46%
G = 21.55%
B = 20.99%

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

#D04E4C (or 0xD04E4C) is known color: Valencia. HEX triplet: D0, 4E and 4C. RGB value is (208,78,76). Sum of RGB (Red+Green+Blue) = 208+78+76=362 (47% of max value = 765). Red value is 208 (81.64% from 255 or 57.46% from 362); Green value is 78 (30.86% from 255 or 21.55% from 362); Blue value is 76 (30.08% from 255 or 20.99% from 362); Max value from RGB is 208 - color contains mainly: red. Hex color #D04E4C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D04E4C is #2FB1B3. Grayscale: #747474. Windows color (decimal): -3125684 or 5000912. OLE color: 5000912.

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

Color convert

RGB 208 78 76 -
CMYK 0 0.62 0.63 0.18
HSL 0.91º 0.58% 0.56% -
HSV(B) 0.91º 0.63% 0.82% -
XYZ 30.04 19.38 8.99 -
YUV 116.64 105.07 193.16 -
System Red Green Blue C M Y K H S L
Decimal 208 78 76 0 0.62 0.63 0.18 0.91 0.58 0.56
Hex D0 4E 4C 0 3E 3F 12 1 3A 38
Octal 320 116 114 0 76 77 22 1 72 70
Binary 11010000 1001110 1001100 0 111110 111111 10010 1 111010 111000

Color Harmonies of #D04E4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D04E4C

Black with #D04E4C

Text Example


Text Example

White with #D04E4C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D04E4C; }

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

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

background-color css

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

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

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

border-color css

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

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

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