Html Css Color HEX #D94949 Valencia

📋 copy color: '#D94949'

red 217 ◦ green 73 ◦ blue 73

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

Shades of Valencia #D94949

Tints of Valencia #D94949

RGB

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

 GREEN value IS 73 (28.91% from 255) = 20.11%

 BLUE value IS 73 (28.91% from 255) = 20.11%

R = 59.78%
G = 20.11%
B = 20.11%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.66

 K value IS 0.15

RGB Variations

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

Color information

#D94949 (or 0xD94949) is known color: Valencia. HEX triplet: D9, 49 and 49. RGB value is (217,73,73). Sum of RGB (Red+Green+Blue) = 217+73+73=363 (48% of max value = 765). Red value is 217 (85.16% from 255 or 59.78% from 363); Green value is 73 (28.91% from 255 or 20.11% from 363); Blue value is 73 (28.91% from 255 or 20.11% from 363); Max value from RGB is 217 - color contains mainly: red. Hex color #D94949 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D94949 is #26B6B6. Grayscale: #747474. Windows color (decimal): -2537143 or 4803033. OLE color: 4803033.

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

Color convert

RGB 217 73 73 -
CMYK 0 0.66 0.66 0.15
HSL 0.65% 0.57% -
HSV(B) 0.66% 0.85% -
XYZ 32.2 20 8.47 -
YUV 116.06 103.71 200 -
System Red Green Blue C M Y K H S L
Decimal 217 73 73 0 0.66 0.66 0.15 0 0.65 0.57
Hex D9 49 49 0 42 42 F 0 41 39
Octal 331 111 111 0 102 102 17 0 101 71
Binary 11011001 1001001 1001001 0 1000010 1000010 1111 0 1000001 111001

Color Harmonies of #D94949

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D94949

Black with #D94949

Text Example


Text Example

White with #D94949

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D94949; }

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

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

background-color css

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

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

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

border-color css

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

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

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