Html Css Color HEX #D14F4B Valencia

📋 copy color: '#D14F4B'

red 209 ◦ green 79 ◦ blue 75

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

Shades of Valencia #D14F4B

Tints of Valencia #D14F4B

RGB

 RED value IS 209 (82.03% from 255) = 57.58%

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

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

R = 57.58%
G = 21.76%
B = 20.66%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.64

 K value IS 0.18

RGB Variations

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

Color information

#D14F4B (or 0xD14F4B) is known color: Valencia. HEX triplet: D1, 4F and 4B. RGB value is (209,79,75). Sum of RGB (Red+Green+Blue) = 209+79+75=363 (48% of max value = 765). Red value is 209 (82.03% from 255 or 57.58% from 363); Green value is 79 (31.25% from 255 or 21.76% from 363); Blue value is 75 (29.69% from 255 or 20.66% from 363); Max value from RGB is 209 - color contains mainly: red. Hex color #D14F4B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D14F4B is #2EB0B4. Grayscale: #757575. Windows color (decimal): -3059893 or 4935633. OLE color: 4935633.

HSL color Cylindrical-coordinate representation of color #D14F4B: hue angle of 1.79º degrees, saturation: 0.59, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #D14F4B is Cyan = 0, Magento = 0.62, Yellow = 0.64 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 79 75 -
CMYK 0 0.62 0.64 0.18
HSL 1.79º 0.59% 0.56% -
HSV(B) 1.79º 0.64% 0.82% -
XYZ 30.36 19.66 8.85 -
YUV 117.41 104.07 193.33 -
System Red Green Blue C M Y K H S L
Decimal 209 79 75 0 0.62 0.64 0.18 1.79 0.59 0.56
Hex D1 4F 4B 0 3E 40 12 2 3B 38
Octal 321 117 113 0 76 100 22 2 73 70
Binary 11010001 1001111 1001011 0 111110 1000000 10010 10 111011 111000

Color Harmonies of #D14F4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D14F4B

Black with #D14F4B

Text Example


Text Example

White with #D14F4B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D14F4B; }

 p { color: rgb(209,79,75); }

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

background-color css

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

 a { background-color: rgb(209,79,75); }

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

border-color css

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

 span { border-color: rgb(209,79,75); }

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