Html Css Color HEX #D74C4A Valencia

📋 copy color: '#D74C4A'

red 215 ◦ green 76 ◦ blue 74

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

Shades of Valencia #D74C4A

Tints of Valencia #D74C4A

RGB

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

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

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

R = 58.9%
G = 20.82%
B = 20.27%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.66

 K value IS 0.16

RGB Variations

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

Color information

#D74C4A (or 0xD74C4A) is known color: Valencia. HEX triplet: D7, 4C and 4A. RGB value is (215,76,74). Sum of RGB (Red+Green+Blue) = 215+76+74=365 (48% of max value = 765). Red value is 215 (84.38% from 255 or 58.90% from 365); Green value is 76 (30.08% from 255 or 20.82% from 365); Blue value is 74 (29.30% from 255 or 20.27% from 365); Max value from RGB is 215 - color contains mainly: red. Hex color #D74C4A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D74C4A is #28B3B5. Grayscale: #757575. Windows color (decimal): -2667446 or 4869335. OLE color: 4869335.

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

Color convert

RGB 215 76 74 -
CMYK 0 0.65 0.66 0.16
HSL 0.85º 0.64% 0.57% -
HSV(B) 0.85º 0.66% 0.84% -
XYZ 31.84 20.11 8.68 -
YUV 117.33 103.55 197.66 -
System Red Green Blue C M Y K H S L
Decimal 215 76 74 0 0.65 0.66 0.16 0.85 0.64 0.57
Hex D7 4C 4A 0 41 42 10 1 40 39
Octal 327 114 112 0 101 102 20 1 100 71
Binary 11010111 1001100 1001010 0 1000001 1000010 10000 1 1000000 111001

Color Harmonies of #D74C4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D74C4A

Black with #D74C4A

Text Example


Text Example

White with #D74C4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D74C4A; }

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

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

background-color css

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

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

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

border-color css

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

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

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