Html Css Color HEX #D74A4A Valencia

📋 copy color: '#D74A4A'

red 215 ◦ green 74 ◦ blue 74

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

Shades of Valencia #D74A4A

Tints of Valencia #D74A4A

RGB

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

 GREEN value IS 74 (29.3% from 255) = 20.39%

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

R = 59.23%
G = 20.39%
B = 20.39%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.66

 K value IS 0.16

RGB Variations

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

Color information

#D74A4A (or 0xD74A4A) is known color: Valencia. HEX triplet: D7, 4A and 4A. RGB value is (215,74,74). Sum of RGB (Red+Green+Blue) = 215+74+74=363 (48% of max value = 765). Red value is 215 (84.38% from 255 or 59.23% from 363); Green value is 74 (29.30% from 255 or 20.39% from 363); Blue value is 74 (29.30% from 255 or 20.39% from 363); Max value from RGB is 215 - color contains mainly: red. Hex color #D74A4A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D74A4A is #28B5B5. Grayscale: #747474. Windows color (decimal): -2667958 or 4868823. OLE color: 4868823.

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

Color convert

RGB 215 74 74 -
CMYK 0 0.66 0.66 0.16
HSL 0.64% 0.57% -
HSV(B) 0.66% 0.84% -
XYZ 31.71 19.84 8.64 -
YUV 116.16 104.21 198.5 -
System Red Green Blue C M Y K H S L
Decimal 215 74 74 0 0.66 0.66 0.16 0 0.64 0.57
Hex D7 4A 4A 0 42 42 10 0 40 39
Octal 327 112 112 0 102 102 20 0 100 71
Binary 11010111 1001010 1001010 0 1000010 1000010 10000 0 1000000 111001

Color Harmonies of #D74A4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D74A4A

Black with #D74A4A

Text Example


Text Example

White with #D74A4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D74A4A; }

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

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

background-color css

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

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

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

border-color css

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

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

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