Html Css Color HEX #D94745 Valencia

📋 copy color: '#D94745'

red 217 ◦ green 71 ◦ blue 69

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

Shades of Valencia #D94745

Tints of Valencia #D94745

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 19.33%

R = 60.78%
G = 19.89%
B = 19.33%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.68

 K value IS 0.15

RGB Variations

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

Color information

#D94745 (or 0xD94745) is known color: Valencia. HEX triplet: D9, 47 and 45. RGB value is (217,71,69). Sum of RGB (Red+Green+Blue) = 217+71+69=357 (47% of max value = 765). Red value is 217 (85.16% from 255 or 60.78% from 357); Green value is 71 (28.12% from 255 or 19.89% from 357); Blue value is 69 (27.34% from 255 or 19.33% from 357); Max value from RGB is 217 - color contains mainly: red. Hex color #D94745 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D94745 is #26B8BA. Grayscale: #727272. Windows color (decimal): -2537659 or 4540377. OLE color: 4540377.

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

Color convert

RGB 217 71 69 -
CMYK 0 0.67 0.68 0.15
HSL 0.81º 0.66% 0.56% -
HSV(B) 0.81º 0.68% 0.85% -
XYZ 31.94 19.69 7.75 -
YUV 114.43 102.37 201.16 -
System Red Green Blue C M Y K H S L
Decimal 217 71 69 0 0.67 0.68 0.15 0.81 0.66 0.56
Hex D9 47 45 0 43 44 F 1 42 38
Octal 331 107 105 0 103 104 17 1 102 70
Binary 11011001 1000111 1000101 0 1000011 1000100 1111 1 1000010 111000

Color Harmonies of #D94745

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D94745

Black with #D94745

Text Example


Text Example

White with #D94745

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D94745; }

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

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

background-color css

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

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

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

border-color css

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

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

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