Html Css Color HEX #D74F4A Valencia

📋 copy color: '#D74F4A'

red 215 ◦ green 79 ◦ blue 74

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

Shades of Valencia #D74F4A

Tints of Valencia #D74F4A

RGB

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

 GREEN value IS 79 (31.25% from 255) = 21.47%

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

R = 58.42%
G = 21.47%
B = 20.11%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.66

 K value IS 0.16

RGB Variations

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

Color information

#D74F4A (or 0xD74F4A) is known color: Valencia. HEX triplet: D7, 4F and 4A. RGB value is (215,79,74). Sum of RGB (Red+Green+Blue) = 215+79+74=368 (48% of max value = 765). Red value is 215 (84.38% from 255 or 58.42% from 368); Green value is 79 (31.25% from 255 or 21.47% from 368); Blue value is 74 (29.30% from 255 or 20.11% from 368); Max value from RGB is 215 - color contains mainly: red. Hex color #D74F4A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D74F4A is #28B0B5. Grayscale: #777777. Windows color (decimal): -2666678 or 4870103. OLE color: 4870103.

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

Color convert

RGB 215 79 74 -
CMYK 0 0.63 0.66 0.16
HSL 2.13º 0.64% 0.57% -
HSV(B) 2.13º 0.66% 0.84% -
XYZ 32.06 20.53 8.75 -
YUV 119.09 102.56 196.41 -
System Red Green Blue C M Y K H S L
Decimal 215 79 74 0 0.63 0.66 0.16 2.13 0.64 0.57
Hex D7 4F 4A 0 3F 42 10 2 40 39
Octal 327 117 112 0 77 102 20 2 100 71
Binary 11010111 1001111 1001010 0 111111 1000010 10000 10 1000000 111001

Color Harmonies of #D74F4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D74F4A

Black with #D74F4A

Text Example


Text Example

White with #D74F4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D74F4A; }

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

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

background-color css

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

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

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

border-color css

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

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

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