Html Css Color HEX #D74949 Valencia

📋 copy color: '#D74949'

red 215 ◦ green 73 ◦ blue 73

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

Shades of Valencia #D74949

Tints of Valencia #D74949

RGB

 RED value IS 215 (84.38% from 255) = 59.56%

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

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

R = 59.56%
G = 20.22%
B = 20.22%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.66

 K value IS 0.16

RGB Variations

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

Color information

#D74949 (or 0xD74949) is known color: Valencia. HEX triplet: D7, 49 and 49. RGB value is (215,73,73). Sum of RGB (Red+Green+Blue) = 215+73+73=361 (47% of max value = 765). Red value is 215 (84.38% from 255 or 59.56% from 361); Green value is 73 (28.91% from 255 or 20.22% from 361); Blue value is 73 (28.91% from 255 or 20.22% from 361); Max value from RGB is 215 - color contains mainly: red. Hex color #D74949 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D74949 is #28B6B6. Grayscale: #737373. Windows color (decimal): -2668215 or 4803031. OLE color: 4803031.

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

Color convert

RGB 215 73 73 -
CMYK 0 0.66 0.66 0.16
HSL 0.64% 0.56% -
HSV(B) 0.66% 0.84% -
XYZ 31.61 19.69 8.44 -
YUV 115.46 104.04 199 -
System Red Green Blue C M Y K H S L
Decimal 215 73 73 0 0.66 0.66 0.16 0 0.64 0.56
Hex D7 49 49 0 42 42 10 0 40 38
Octal 327 111 111 0 102 102 20 0 100 70
Binary 11010111 1001001 1001001 0 1000010 1000010 10000 0 1000000 111000

Color Harmonies of #D74949

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D74949

Black with #D74949

Text Example


Text Example

White with #D74949

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D74949; }

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

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

background-color css

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

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

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

border-color css

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

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

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