Html Css Color HEX #D94C43 Valencia

📋 copy color: '#D94C43'

red 217 ◦ green 76 ◦ blue 67

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

Shades of Valencia #D94C43

Tints of Valencia #D94C43

RGB

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

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

 BLUE value IS 67 (26.56% from 255) = 18.61%

R = 60.28%
G = 21.11%
B = 18.61%

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

#D94C43 (or 0xD94C43) is known color: Valencia. HEX triplet: D9, 4C and 43. RGB value is (217,76,67). Sum of RGB (Red+Green+Blue) = 217+76+67=360 (47% of max value = 765). Red value is 217 (85.16% from 255 or 60.28% from 360); Green value is 76 (30.08% from 255 or 21.11% from 360); Blue value is 67 (26.56% from 255 or 18.61% from 360); Max value from RGB is 217 - color contains mainly: red. Hex color #D94C43 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D94C43 is #26B3BC. Grayscale: #757575. Windows color (decimal): -2536381 or 4410585. OLE color: 4410585.

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

Color convert

RGB 217 76 67 -
CMYK 0 0.65 0.69 0.15
HSL 3.6º 0.66% 0.56% -
HSV(B) 3.6º 0.69% 0.85% -
XYZ 32.21 20.33 7.54 -
YUV 117.13 99.71 199.23 -
System Red Green Blue C M Y K H S L
Decimal 217 76 67 0 0.65 0.69 0.15 3.6 0.66 0.56
Hex D9 4C 43 0 41 45 F 4 42 38
Octal 331 114 103 0 101 105 17 4 102 70
Binary 11011001 1001100 1000011 0 1000001 1000101 1111 100 1000010 111000

Color Harmonies of #D94C43

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D94C43

Black with #D94C43

Text Example


Text Example

White with #D94C43

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D94C43; }

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

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

background-color css

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

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

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

border-color css

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

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

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