Html Css Color HEX #D54848 Valencia

📋 copy color: '#D54848'

red 213 ◦ green 72 ◦ blue 72

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

Shades of Valencia #D54848

Tints of Valencia #D54848

RGB

 RED value IS 213 (83.59% from 255) = 59.66%

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

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

R = 59.66%
G = 20.17%
B = 20.17%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.66

 K value IS 0.16

RGB Variations

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

Color information

#D54848 (or 0xD54848) is known color: Valencia. HEX triplet: D5, 48 and 48. RGB value is (213,72,72). Sum of RGB (Red+Green+Blue) = 213+72+72=357 (47% of max value = 765). Red value is 213 (83.59% from 255 or 59.66% from 357); Green value is 72 (28.52% from 255 or 20.17% from 357); Blue value is 72 (28.52% from 255 or 20.17% from 357); Max value from RGB is 213 - color contains mainly: red. Hex color #D54848 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D54848 is #2AB7B7. Grayscale: #727272. Windows color (decimal): -2799544 or 4737237. OLE color: 4737237.

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

Color convert

RGB 213 72 72 -
CMYK 0 0.66 0.66 0.16
HSL 0.63% 0.56% -
HSV(B) 0.66% 0.84% -
XYZ 30.93 19.25 8.22 -
YUV 114.16 104.21 198.5 -
System Red Green Blue C M Y K H S L
Decimal 213 72 72 0 0.66 0.66 0.16 0 0.63 0.56
Hex D5 48 48 0 42 42 10 0 3F 38
Octal 325 110 110 0 102 102 20 0 77 70
Binary 11010101 1001000 1001000 0 1000010 1000010 10000 0 111111 111000

Color Harmonies of #D54848

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D54848

Black with #D54848

Text Example


Text Example

White with #D54848

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D54848; }

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

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

background-color css

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

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

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

border-color css

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

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

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