Html Css Color HEX #D94747 Valencia

📋 copy color: '#D94747'

red 217 ◦ green 71 ◦ blue 71

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

Shades of Valencia #D94747

Tints of Valencia #D94747

RGB

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

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

 BLUE value IS 71 (28.13% from 255) = 19.78%

R = 60.45%
G = 19.78%
B = 19.78%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.67

 K value IS 0.15

RGB Variations

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

Color information

#D94747 (or 0xD94747) is known color: Valencia. HEX triplet: D9, 47 and 47. RGB value is (217,71,71). Sum of RGB (Red+Green+Blue) = 217+71+71=359 (47% of max value = 765). Red value is 217 (85.16% from 255 or 60.45% from 359); Green value is 71 (28.12% from 255 or 19.78% from 359); Blue value is 71 (28.12% from 255 or 19.78% from 359); Max value from RGB is 217 - color contains mainly: red. Hex color #D94747 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D94747 is #26B8B8. Grayscale: #727272. Windows color (decimal): -2537657 or 4671449. OLE color: 4671449.

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

Color convert

RGB 217 71 71 -
CMYK 0 0.67 0.67 0.15
HSL 0.66% 0.56% -
HSV(B) 0.67% 0.85% -
XYZ 32.01 19.71 8.08 -
YUV 114.65 103.37 201 -
System Red Green Blue C M Y K H S L
Decimal 217 71 71 0 0.67 0.67 0.15 0 0.66 0.56
Hex D9 47 47 0 43 43 F 0 42 38
Octal 331 107 107 0 103 103 17 0 102 70
Binary 11011001 1000111 1000111 0 1000011 1000011 1111 0 1000010 111000

Color Harmonies of #D94747

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D94747

Black with #D94747

Text Example


Text Example

White with #D94747

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D94747; }

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

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

background-color css

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

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

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

border-color css

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

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

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