Html Css Color HEX #D94C40 Valencia

📋 copy color: '#D94C40'

red 217 ◦ green 76 ◦ blue 64

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

Shades of Valencia #D94C40

Tints of Valencia #D94C40

RGB

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

 GREEN value IS 76 (30.08% from 255) = 21.29%

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

R = 60.78%
G = 21.29%
B = 17.93%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.71

 K value IS 0.15

RGB Variations

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

Color information

#D94C40 (or 0xD94C40) is known color: Valencia. HEX triplet: D9, 4C and 40. RGB value is (217,76,64). Sum of RGB (Red+Green+Blue) = 217+76+64=357 (47% of max value = 765). Red value is 217 (85.16% from 255 or 60.78% from 357); Green value is 76 (30.08% from 255 or 21.29% from 357); Blue value is 64 (25.39% from 255 or 17.93% from 357); Max value from RGB is 217 - color contains mainly: red. Hex color #D94C40 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D94C40 is #26B3BF. Grayscale: #747474. Windows color (decimal): -2536384 or 4213977. OLE color: 4213977.

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

Color convert

RGB 217 76 64 -
CMYK 0 0.65 0.71 0.15
HSL 4.71º 0.67% 0.55% -
HSV(B) 4.71º 0.71% 0.85% -
XYZ 32.13 20.29 7.07 -
YUV 116.79 98.21 199.48 -
System Red Green Blue C M Y K H S L
Decimal 217 76 64 0 0.65 0.71 0.15 4.71 0.67 0.55
Hex D9 4C 40 0 41 47 F 5 43 37
Octal 331 114 100 0 101 107 17 5 103 67
Binary 11011001 1001100 1000000 0 1000001 1000111 1111 101 1000011 110111

Color Harmonies of #D94C40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D94C40

Black with #D94C40

Text Example


Text Example

White with #D94C40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D94C40; }

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

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

background-color css

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

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

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

border-color css

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

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

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