Html Css Color HEX #D94F44 Valencia

📋 copy color: '#D94F44'

red 217 ◦ green 79 ◦ blue 68

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

Shades of Valencia #D94F44

Tints of Valencia #D94F44

RGB

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

 GREEN value IS 79 (31.25% from 255) = 21.7%

 BLUE value IS 68 (26.95% from 255) = 18.68%

R = 59.62%
G = 21.7%
B = 18.68%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.69

 K value IS 0.15

RGB Variations

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

Color information

#D94F44 (or 0xD94F44) is known color: Valencia. HEX triplet: D9, 4F and 44. RGB value is (217,79,68). Sum of RGB (Red+Green+Blue) = 217+79+68=364 (48% of max value = 765). Red value is 217 (85.16% from 255 or 59.62% from 364); Green value is 79 (31.25% from 255 or 21.70% from 364); Blue value is 68 (26.95% from 255 or 18.68% from 364); Max value from RGB is 217 - color contains mainly: red. Hex color #D94F44 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D94F44 is #26B0BB. Grayscale: #777777. Windows color (decimal): -2535612 or 4476889. OLE color: 4476889.

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

Color convert

RGB 217 79 68 -
CMYK 0 0.64 0.69 0.15
HSL 4.43º 0.66% 0.56% -
HSV(B) 4.43º 0.69% 0.85% -
XYZ 32.45 20.76 7.77 -
YUV 119.01 99.22 197.89 -
System Red Green Blue C M Y K H S L
Decimal 217 79 68 0 0.64 0.69 0.15 4.43 0.66 0.56
Hex D9 4F 44 0 40 45 F 4 42 38
Octal 331 117 104 0 100 105 17 4 102 70
Binary 11011001 1001111 1000100 0 1000000 1000101 1111 100 1000010 111000

Color Harmonies of #D94F44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D94F44

Black with #D94F44

Text Example


Text Example

White with #D94F44

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D94F44; }

 p { color: rgb(217,79,68); }

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

background-color css

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

 a { background-color: rgb(217,79,68); }

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

border-color css

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

 span { border-color: rgb(217,79,68); }

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