Html Css Color HEX #D74C46 Valencia

📋 copy color: '#D74C46'

red 215 ◦ green 76 ◦ blue 70

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

Shades of Valencia #D74C46

Tints of Valencia #D74C46

RGB

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

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

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

R = 59.56%
G = 21.05%
B = 19.39%

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

#D74C46 (or 0xD74C46) is known color: Valencia. HEX triplet: D7, 4C and 46. RGB value is (215,76,70). Sum of RGB (Red+Green+Blue) = 215+76+70=361 (47% of max value = 765). Red value is 215 (84.38% from 255 or 59.56% from 361); Green value is 76 (30.08% from 255 or 21.05% from 361); Blue value is 70 (27.73% from 255 or 19.39% from 361); Max value from RGB is 215 - color contains mainly: red. Hex color #D74C46 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D74C46 is #28B3B9. Grayscale: #757575. Windows color (decimal): -2667450 or 4607191. OLE color: 4607191.

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

Color convert

RGB 215 76 70 -
CMYK 0 0.65 0.67 0.16
HSL 2.48º 0.64% 0.56% -
HSV(B) 2.48º 0.67% 0.84% -
XYZ 31.71 20.06 7.99 -
YUV 116.88 101.55 197.99 -
System Red Green Blue C M Y K H S L
Decimal 215 76 70 0 0.65 0.67 0.16 2.48 0.64 0.56
Hex D7 4C 46 0 41 43 10 2 40 38
Octal 327 114 106 0 101 103 20 2 100 70
Binary 11010111 1001100 1000110 0 1000001 1000011 10000 10 1000000 111000

Color Harmonies of #D74C46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D74C46

Black with #D74C46

Text Example


Text Example

White with #D74C46

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D74C46; }

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

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

background-color css

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

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

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

border-color css

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

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

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