Html Css Color HEX #D55A48 Valencia

📋 copy color: '#D55A48'

red 213 ◦ green 90 ◦ blue 72

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

Shades of Valencia #D55A48

Tints of Valencia #D55A48

RGB

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

 GREEN value IS 90 (35.55% from 255) = 24%

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

R = 56.8%
G = 24%
B = 19.2%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.66

 K value IS 0.16

RGB Variations

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

Color information

#D55A48 (or 0xD55A48) is known color: Valencia. HEX triplet: D5, 5A and 48. RGB value is (213,90,72). Sum of RGB (Red+Green+Blue) = 213+90+72=375 (49% of max value = 765). Red value is 213 (83.59% from 255 or 56.8% from 375); Green value is 90 (35.55% from 255 or 24% from 375); Blue value is 72 (28.52% from 255 or 19.2% from 375); Max value from RGB is 213 - color contains mainly: red. Hex color #D55A48 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D55A48 is #2AA5B7. Grayscale: #7C7C7C. Windows color (decimal): -2794936 or 4741845. OLE color: 4741845.

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

Color convert

RGB 213 90 72 -
CMYK 0 0.58 0.66 0.16
HSL 7.66º 0.63% 0.56% -
HSV(B) 7.66º 0.66% 0.84% -
XYZ 32.27 21.93 8.66 -
YUV 124.73 98.25 190.96 -
System Red Green Blue C M Y K H S L
Decimal 213 90 72 0 0.58 0.66 0.16 7.66 0.63 0.56
Hex D5 5A 48 0 3A 42 10 8 3F 38
Octal 325 132 110 0 72 102 20 10 77 70
Binary 11010101 1011010 1001000 0 111010 1000010 10000 1000 111111 111000

Color Harmonies of #D55A48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D55A48

Black with #D55A48

Text Example


Text Example

White with #D55A48

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D55A48; }

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

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

background-color css

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

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

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

border-color css

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

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

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