Html Css Color HEX #D14948 Valencia

📋 copy color: '#D14948'

red 209 ◦ green 73 ◦ blue 72

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

Shades of Valencia #D14948

Tints of Valencia #D14948

RGB

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

 GREEN value IS 73 (28.91% from 255) = 20.62%

 BLUE value IS 72 (28.52% from 255) = 20.34%

R = 59.04%
G = 20.62%
B = 20.34%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.66

 K value IS 0.18

RGB Variations

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

Color information

#D14948 (or 0xD14948) is known color: Valencia. HEX triplet: D1, 49 and 48. RGB value is (209,73,72). Sum of RGB (Red+Green+Blue) = 209+73+72=354 (46% of max value = 765). Red value is 209 (82.03% from 255 or 59.04% from 354); Green value is 73 (28.91% from 255 or 20.62% from 354); Blue value is 72 (28.52% from 255 or 20.34% from 354); Max value from RGB is 209 - color contains mainly: red. Hex color #D14948 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D14948 is #2EB6B7. Grayscale: #717171. Windows color (decimal): -3061432 or 4737489. OLE color: 4737489.

HSL color Cylindrical-coordinate representation of color #D14948: hue angle of 0.44º degrees, saturation: 0.6, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #D14948 is Cyan = 0, Magento = 0.65, Yellow = 0.66 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 73 72 -
CMYK 0 0.65 0.66 0.18
HSL 0.44º 0.6% 0.55% -
HSV(B) 0.44º 0.66% 0.82% -
XYZ 29.85 18.79 8.18 -
YUV 113.55 104.56 196.08 -
System Red Green Blue C M Y K H S L
Decimal 209 73 72 0 0.65 0.66 0.18 0.44 0.6 0.55
Hex D1 49 48 0 41 42 12 0 3C 37
Octal 321 111 110 0 101 102 22 0 74 67
Binary 11010001 1001001 1001000 0 1000001 1000010 10010 0 111100 110111

Color Harmonies of #D14948

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D14948

Black with #D14948

Text Example


Text Example

White with #D14948

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D14948; }

 p { color: rgb(209,73,72); }

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

background-color css

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

 a { background-color: rgb(209,73,72); }

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

border-color css

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

 span { border-color: rgb(209,73,72); }

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