Html Css Color HEX #D55848 Valencia

📋 copy color: '#D55848'

red 213 ◦ green 88 ◦ blue 72

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

Shades of Valencia #D55848

Tints of Valencia #D55848

RGB

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

 GREEN value IS 88 (34.77% from 255) = 23.59%

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

R = 57.1%
G = 23.59%
B = 19.3%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.66

 K value IS 0.16

RGB Variations

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

Color information

#D55848 (or 0xD55848) is known color: Valencia. HEX triplet: D5, 58 and 48. RGB value is (213,88,72). Sum of RGB (Red+Green+Blue) = 213+88+72=373 (49% of max value = 765). Red value is 213 (83.59% from 255 or 57.10% from 373); Green value is 88 (34.77% from 255 or 23.59% from 373); Blue value is 72 (28.52% from 255 or 19.30% from 373); Max value from RGB is 213 - color contains mainly: red. Hex color #D55848 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D55848 is #2AA7B7. Grayscale: #7B7B7B. Windows color (decimal): -2795448 or 4741333. OLE color: 4741333.

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

Color convert

RGB 213 88 72 -
CMYK 0 0.59 0.66 0.16
HSL 6.81º 0.63% 0.56% -
HSV(B) 6.81º 0.66% 0.84% -
XYZ 32.1 21.59 8.61 -
YUV 123.55 98.91 191.8 -
System Red Green Blue C M Y K H S L
Decimal 213 88 72 0 0.59 0.66 0.16 6.81 0.63 0.56
Hex D5 58 48 0 3B 42 10 7 3F 38
Octal 325 130 110 0 73 102 20 7 77 70
Binary 11010101 1011000 1001000 0 111011 1000010 10000 111 111111 111000

Color Harmonies of #D55848

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D55848

Black with #D55848

Text Example


Text Example

White with #D55848

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D55848; }

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

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

background-color css

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

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

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

border-color css

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

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

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