Html Css Color HEX #D74746 Valencia

📋 copy color: '#D74746'

red 215 ◦ green 71 ◦ blue 70

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

Shades of Valencia #D74746

Tints of Valencia #D74746

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 19.66%

R = 60.39%
G = 19.94%
B = 19.66%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.67

 K value IS 0.16

RGB Variations

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

Color information

#D74746 (or 0xD74746) is known color: Valencia. HEX triplet: D7, 47 and 46. RGB value is (215,71,70). Sum of RGB (Red+Green+Blue) = 215+71+70=356 (47% of max value = 765). Red value is 215 (84.38% from 255 or 60.39% from 356); Green value is 71 (28.12% from 255 or 19.94% from 356); Blue value is 70 (27.73% from 255 or 19.66% from 356); Max value from RGB is 215 - color contains mainly: red. Hex color #D74746 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D74746 is #28B8B9. Grayscale: #727272. Windows color (decimal): -2668730 or 4605911. OLE color: 4605911.

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

Color convert

RGB 215 71 70 -
CMYK 0 0.67 0.67 0.16
HSL 0.41º 0.64% 0.56% -
HSV(B) 0.41º 0.67% 0.84% -
XYZ 31.38 19.4 7.88 -
YUV 113.94 103.21 200.08 -
System Red Green Blue C M Y K H S L
Decimal 215 71 70 0 0.67 0.67 0.16 0.41 0.64 0.56
Hex D7 47 46 0 43 43 10 0 40 38
Octal 327 107 106 0 103 103 20 0 100 70
Binary 11010111 1000111 1000110 0 1000011 1000011 10000 0 1000000 111000

Color Harmonies of #D74746

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D74746

Black with #D74746

Text Example


Text Example

White with #D74746

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D74746; }

 p { color: rgb(215,71,70); }

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

background-color css

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

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

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

border-color css

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

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

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