Html Css Color HEX #D74E4A Valencia

📋 copy color: '#D74E4A'

red 215 ◦ green 78 ◦ blue 74

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

Shades of Valencia #D74E4A

Tints of Valencia #D74E4A

RGB

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

 GREEN value IS 78 (30.86% from 255) = 21.25%

 BLUE value IS 74 (29.3% from 255) = 20.16%

R = 58.58%
G = 21.25%
B = 20.16%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.66

 K value IS 0.16

RGB Variations

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

Color information

#D74E4A (or 0xD74E4A) is known color: Valencia. HEX triplet: D7, 4E and 4A. RGB value is (215,78,74). Sum of RGB (Red+Green+Blue) = 215+78+74=367 (48% of max value = 765). Red value is 215 (84.38% from 255 or 58.58% from 367); Green value is 78 (30.86% from 255 or 21.25% from 367); Blue value is 74 (29.30% from 255 or 20.16% from 367); Max value from RGB is 215 - color contains mainly: red. Hex color #D74E4A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D74E4A is #28B1B5. Grayscale: #767676. Windows color (decimal): -2666934 or 4869847. OLE color: 4869847.

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

Color convert

RGB 215 78 74 -
CMYK 0 0.64 0.66 0.16
HSL 1.7º 0.64% 0.57% -
HSV(B) 1.7º 0.66% 0.84% -
XYZ 31.98 20.39 8.73 -
YUV 118.51 102.89 196.83 -
System Red Green Blue C M Y K H S L
Decimal 215 78 74 0 0.64 0.66 0.16 1.7 0.64 0.57
Hex D7 4E 4A 0 40 42 10 2 40 39
Octal 327 116 112 0 100 102 20 2 100 71
Binary 11010111 1001110 1001010 0 1000000 1000010 10000 10 1000000 111001

Color Harmonies of #D74E4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D74E4A

Black with #D74E4A

Text Example


Text Example

White with #D74E4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D74E4A; }

 p { color: rgb(215,78,74); }

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

background-color css

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

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

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

border-color css

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

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

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