Html Css Color HEX #D55248 Valencia

📋 copy color: '#D55248'

red 213 ◦ green 82 ◦ blue 72

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

Shades of Valencia #D55248

Tints of Valencia #D55248

RGB

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

 GREEN value IS 82 (32.42% from 255) = 22.34%

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

R = 58.04%
G = 22.34%
B = 19.62%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.66

 K value IS 0.16

RGB Variations

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

Color information

#D55248 (or 0xD55248) is known color: Valencia. HEX triplet: D5, 52 and 48. RGB value is (213,82,72). Sum of RGB (Red+Green+Blue) = 213+82+72=367 (48% of max value = 765). Red value is 213 (83.59% from 255 or 58.04% from 367); Green value is 82 (32.42% from 255 or 22.34% from 367); Blue value is 72 (28.52% from 255 or 19.62% from 367); Max value from RGB is 213 - color contains mainly: red. Hex color #D55248 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D55248 is #2AADB7. Grayscale: #787878. Windows color (decimal): -2796984 or 4739797. OLE color: 4739797.

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

Color convert

RGB 213 82 72 -
CMYK 0 0.62 0.66 0.16
HSL 4.26º 0.63% 0.56% -
HSV(B) 4.26º 0.66% 0.84% -
XYZ 31.63 20.65 8.45 -
YUV 120.03 100.9 194.31 -
System Red Green Blue C M Y K H S L
Decimal 213 82 72 0 0.62 0.66 0.16 4.26 0.63 0.56
Hex D5 52 48 0 3E 42 10 4 3F 38
Octal 325 122 110 0 76 102 20 4 77 70
Binary 11010101 1010010 1001000 0 111110 1000010 10000 100 111111 111000

Color Harmonies of #D55248

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D55248

Black with #D55248

Text Example


Text Example

White with #D55248

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D55248; }

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

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

background-color css

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

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

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

border-color css

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

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

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