Html Css Color HEX #D74D4B Valencia

📋 copy color: '#D74D4B'

red 215 ◦ green 77 ◦ blue 75

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

Shades of Valencia #D74D4B

Tints of Valencia #D74D4B

RGB

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

 GREEN value IS 77 (30.47% from 255) = 20.98%

 BLUE value IS 75 (29.69% from 255) = 20.44%

R = 58.58%
G = 20.98%
B = 20.44%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.65

 K value IS 0.16

RGB Variations

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

Color information

#D74D4B (or 0xD74D4B) is known color: Valencia. HEX triplet: D7, 4D and 4B. RGB value is (215,77,75). Sum of RGB (Red+Green+Blue) = 215+77+75=367 (48% of max value = 765). Red value is 215 (84.38% from 255 or 58.58% from 367); Green value is 77 (30.47% from 255 or 20.98% from 367); Blue value is 75 (29.69% from 255 or 20.44% from 367); Max value from RGB is 215 - color contains mainly: red. Hex color #D74D4B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D74D4B is #28B2B4. Grayscale: #767676. Windows color (decimal): -2667189 or 4935127. OLE color: 4935127.

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

Color convert

RGB 215 77 75 -
CMYK 0 0.64 0.65 0.16
HSL 0.86º 0.64% 0.57% -
HSV(B) 0.86º 0.65% 0.84% -
XYZ 31.95 20.26 8.88 -
YUV 118.03 103.72 197.16 -
System Red Green Blue C M Y K H S L
Decimal 215 77 75 0 0.64 0.65 0.16 0.86 0.64 0.57
Hex D7 4D 4B 0 40 41 10 1 40 39
Octal 327 115 113 0 100 101 20 1 100 71
Binary 11010111 1001101 1001011 0 1000000 1000001 10000 1 1000000 111001

Color Harmonies of #D74D4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D74D4B

Black with #D74D4B

Text Example


Text Example

White with #D74D4B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D74D4B; }

 p { color: rgb(215,77,75); }

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

background-color css

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

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

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

border-color css

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

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

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