Html Css Color HEX #D74C47 Valencia

📋 copy color: '#D74C47'

red 215 ◦ green 76 ◦ blue 71

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

Shades of Valencia #D74C47

Tints of Valencia #D74C47

RGB

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

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

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

R = 59.39%
G = 20.99%
B = 19.61%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.67

 K value IS 0.16

RGB Variations

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

Color information

#D74C47 (or 0xD74C47) is known color: Valencia. HEX triplet: D7, 4C and 47. RGB value is (215,76,71). Sum of RGB (Red+Green+Blue) = 215+76+71=362 (47% of max value = 765). Red value is 215 (84.38% from 255 or 59.39% from 362); Green value is 76 (30.08% from 255 or 20.99% from 362); Blue value is 71 (28.12% from 255 or 19.61% from 362); Max value from RGB is 215 - color contains mainly: red. Hex color #D74C47 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D74C47 is #28B3B8. Grayscale: #757575. Windows color (decimal): -2667449 or 4672727. OLE color: 4672727.

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

Color convert

RGB 215 76 71 -
CMYK 0 0.65 0.67 0.16
HSL 2.08º 0.64% 0.56% -
HSV(B) 2.08º 0.67% 0.84% -
XYZ 31.75 20.07 8.16 -
YUV 116.99 102.05 197.91 -
System Red Green Blue C M Y K H S L
Decimal 215 76 71 0 0.65 0.67 0.16 2.08 0.64 0.56
Hex D7 4C 47 0 41 43 10 2 40 38
Octal 327 114 107 0 101 103 20 2 100 70
Binary 11010111 1001100 1000111 0 1000001 1000011 10000 10 1000000 111000

Color Harmonies of #D74C47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D74C47

Black with #D74C47

Text Example


Text Example

White with #D74C47

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D74C47; }

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

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

background-color css

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

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

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

border-color css

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

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

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