Html Css Color HEX #D94C45 Valencia

📋 copy color: '#D94C45'

red 217 ◦ green 76 ◦ blue 69

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

Shades of Valencia #D94C45

Tints of Valencia #D94C45

RGB

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

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

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

R = 59.94%
G = 20.99%
B = 19.06%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.68

 K value IS 0.15

RGB Variations

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

Color information

#D94C45 (or 0xD94C45) is known color: Valencia. HEX triplet: D9, 4C and 45. RGB value is (217,76,69). Sum of RGB (Red+Green+Blue) = 217+76+69=362 (47% of max value = 765). Red value is 217 (85.16% from 255 or 59.94% from 362); Green value is 76 (30.08% from 255 or 20.99% from 362); Blue value is 69 (27.34% from 255 or 19.06% from 362); Max value from RGB is 217 - color contains mainly: red. Hex color #D94C45 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D94C45 is #26B3BA. Grayscale: #757575. Windows color (decimal): -2536379 or 4541657. OLE color: 4541657.

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

Color convert

RGB 217 76 69 -
CMYK 0 0.65 0.68 0.15
HSL 2.84º 0.66% 0.56% -
HSV(B) 2.84º 0.68% 0.85% -
XYZ 32.27 20.35 7.86 -
YUV 117.36 100.71 199.07 -
System Red Green Blue C M Y K H S L
Decimal 217 76 69 0 0.65 0.68 0.15 2.84 0.66 0.56
Hex D9 4C 45 0 41 44 F 3 42 38
Octal 331 114 105 0 101 104 17 3 102 70
Binary 11011001 1001100 1000101 0 1000001 1000100 1111 11 1000010 111000

Color Harmonies of #D94C45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D94C45

Black with #D94C45

Text Example


Text Example

White with #D94C45

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D94C45; }

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

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

background-color css

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

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

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

border-color css

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

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

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