Html Css Color HEX #D94744 Valencia

📋 copy color: '#D94744'

red 217 ◦ green 71 ◦ blue 68

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

Shades of Valencia #D94744

Tints of Valencia #D94744

RGB

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

 GREEN value IS 71 (28.13% from 255) = 19.94%

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

R = 60.96%
G = 19.94%
B = 19.1%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.69

 K value IS 0.15

RGB Variations

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

Color information

#D94744 (or 0xD94744) is known color: Valencia. HEX triplet: D9, 47 and 44. RGB value is (217,71,68). Sum of RGB (Red+Green+Blue) = 217+71+68=356 (47% of max value = 765). Red value is 217 (85.16% from 255 or 60.96% from 356); Green value is 71 (28.12% from 255 or 19.94% from 356); Blue value is 68 (26.95% from 255 or 19.10% from 356); Max value from RGB is 217 - color contains mainly: red. Hex color #D94744 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D94744 is #26B8BB. Grayscale: #727272. Windows color (decimal): -2537660 or 4474841. OLE color: 4474841.

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

Color convert

RGB 217 71 68 -
CMYK 0 0.67 0.69 0.15
HSL 1.21º 0.66% 0.56% -
HSV(B) 1.21º 0.69% 0.85% -
XYZ 31.91 19.68 7.58 -
YUV 114.31 101.87 201.24 -
System Red Green Blue C M Y K H S L
Decimal 217 71 68 0 0.67 0.69 0.15 1.21 0.66 0.56
Hex D9 47 44 0 43 45 F 1 42 38
Octal 331 107 104 0 103 105 17 1 102 70
Binary 11011001 1000111 1000100 0 1000011 1000101 1111 1 1000010 111000

Color Harmonies of #D94744

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D94744

Black with #D94744

Text Example


Text Example

White with #D94744

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D94744; }

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

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

background-color css

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

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

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

border-color css

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

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

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