Html Css Color HEX #D94E40 Valencia

📋 copy color: '#D94E40'

red 217 ◦ green 78 ◦ blue 64

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

Shades of Valencia #D94E40

Tints of Valencia #D94E40

RGB

 RED value IS 217 (85.16% from 255) = 60.45%

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

 BLUE value IS 64 (25.39% from 255) = 17.83%

R = 60.45%
G = 21.73%
B = 17.83%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.71

 K value IS 0.15

RGB Variations

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

Color information

#D94E40 (or 0xD94E40) is known color: Valencia. HEX triplet: D9, 4E and 40. RGB value is (217,78,64). Sum of RGB (Red+Green+Blue) = 217+78+64=359 (47% of max value = 765). Red value is 217 (85.16% from 255 or 60.45% from 359); Green value is 78 (30.86% from 255 or 21.73% from 359); Blue value is 64 (25.39% from 255 or 17.83% from 359); Max value from RGB is 217 - color contains mainly: red. Hex color #D94E40 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D94E40 is #26B1BF. Grayscale: #767676. Windows color (decimal): -2535872 or 4214489. OLE color: 4214489.

HSL color Cylindrical-coordinate representation of color #D94E40: hue angle of 5.49º degrees, saturation: 0.67, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #D94E40 is Cyan = 0, Magento = 0.64, Yellow = 0.71 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 78 64 -
CMYK 0 0.64 0.71 0.15
HSL 5.49º 0.67% 0.55% -
HSV(B) 5.49º 0.71% 0.85% -
XYZ 32.27 20.57 7.12 -
YUV 117.97 97.55 198.64 -
System Red Green Blue C M Y K H S L
Decimal 217 78 64 0 0.64 0.71 0.15 5.49 0.67 0.55
Hex D9 4E 40 0 40 47 F 5 43 37
Octal 331 116 100 0 100 107 17 5 103 67
Binary 11011001 1001110 1000000 0 1000000 1000111 1111 101 1000011 110111

Color Harmonies of #D94E40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D94E40

Black with #D94E40

Text Example


Text Example

White with #D94E40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D94E40; }

 p { color: rgb(217,78,64); }

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

background-color css

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

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

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

border-color css

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

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

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