Html Css Color HEX #D94C44 Valencia

📋 copy color: '#D94C44'

red 217 ◦ green 76 ◦ blue 68

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

Shades of Valencia #D94C44

Tints of Valencia #D94C44

RGB

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

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

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

R = 60.11%
G = 21.05%
B = 18.84%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.69

 K value IS 0.15

RGB Variations

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

Color information

#D94C44 (or 0xD94C44) is known color: Valencia. HEX triplet: D9, 4C and 44. RGB value is (217,76,68). Sum of RGB (Red+Green+Blue) = 217+76+68=361 (47% of max value = 765). Red value is 217 (85.16% from 255 or 60.11% from 361); Green value is 76 (30.08% from 255 or 21.05% from 361); Blue value is 68 (26.95% from 255 or 18.84% from 361); Max value from RGB is 217 - color contains mainly: red. Hex color #D94C44 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D94C44 is #26B3BB. Grayscale: #757575. Windows color (decimal): -2536380 or 4476121. OLE color: 4476121.

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

Color convert

RGB 217 76 68 -
CMYK 0 0.65 0.69 0.15
HSL 3.22º 0.66% 0.56% -
HSV(B) 3.22º 0.69% 0.85% -
XYZ 32.24 20.34 7.7 -
YUV 117.25 100.21 199.15 -
System Red Green Blue C M Y K H S L
Decimal 217 76 68 0 0.65 0.69 0.15 3.22 0.66 0.56
Hex D9 4C 44 0 41 45 F 3 42 38
Octal 331 114 104 0 101 105 17 3 102 70
Binary 11011001 1001100 1000100 0 1000001 1000101 1111 11 1000010 111000

Color Harmonies of #D94C44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D94C44

Black with #D94C44

Text Example


Text Example

White with #D94C44

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D94C44; }

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

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

background-color css

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

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

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

border-color css

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

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

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