Html Css Color HEX #D14848 Valencia

📋 copy color: '#D14848'

red 209 ◦ green 72 ◦ blue 72

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

Shades of Valencia #D14848

Tints of Valencia #D14848

RGB

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

 GREEN value IS 72 (28.52% from 255) = 20.4%

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

R = 59.21%
G = 20.4%
B = 20.4%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.66

 K value IS 0.18

RGB Variations

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

Color information

#D14848 (or 0xD14848) is known color: Valencia. HEX triplet: D1, 48 and 48. RGB value is (209,72,72). Sum of RGB (Red+Green+Blue) = 209+72+72=353 (46% of max value = 765). Red value is 209 (82.03% from 255 or 59.21% from 353); Green value is 72 (28.52% from 255 or 20.40% from 353); Blue value is 72 (28.52% from 255 or 20.40% from 353); Max value from RGB is 209 - color contains mainly: red. Hex color #D14848 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D14848 is #2EB7B7. Grayscale: #717171. Windows color (decimal): -3061688 or 4737233. OLE color: 4737233.

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

Color convert

RGB 209 72 72 -
CMYK 0 0.66 0.66 0.18
HSL 0.6% 0.55% -
HSV(B) 0.66% 0.82% -
XYZ 29.78 18.66 8.16 -
YUV 112.96 104.89 196.5 -
System Red Green Blue C M Y K H S L
Decimal 209 72 72 0 0.66 0.66 0.18 0 0.6 0.55
Hex D1 48 48 0 42 42 12 0 3C 37
Octal 321 110 110 0 102 102 22 0 74 67
Binary 11010001 1001000 1001000 0 1000010 1000010 10010 0 111100 110111

Color Harmonies of #D14848

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D14848

Black with #D14848

Text Example


Text Example

White with #D14848

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D14848; }

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

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

background-color css

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

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

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

border-color css

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

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

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