Html Css Color HEX #D55348 Valencia

📋 copy color: '#D55348'

red 213 ◦ green 83 ◦ blue 72

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

Shades of Valencia #D55348

Tints of Valencia #D55348

RGB

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

 GREEN value IS 83 (32.81% from 255) = 22.55%

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

R = 57.88%
G = 22.55%
B = 19.57%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.66

 K value IS 0.16

RGB Variations

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

Color information

#D55348 (or 0xD55348) is known color: Valencia. HEX triplet: D5, 53 and 48. RGB value is (213,83,72). Sum of RGB (Red+Green+Blue) = 213+83+72=368 (48% of max value = 765). Red value is 213 (83.59% from 255 or 57.88% from 368); Green value is 83 (32.81% from 255 or 22.55% from 368); Blue value is 72 (28.52% from 255 or 19.57% from 368); Max value from RGB is 213 - color contains mainly: red. Hex color #D55348 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D55348 is #2AACB7. Grayscale: #787878. Windows color (decimal): -2796728 or 4740053. OLE color: 4740053.

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

Color convert

RGB 213 83 72 -
CMYK 0 0.61 0.66 0.16
HSL 4.68º 0.63% 0.56% -
HSV(B) 4.68º 0.66% 0.84% -
XYZ 31.7 20.8 8.47 -
YUV 120.62 100.57 193.89 -
System Red Green Blue C M Y K H S L
Decimal 213 83 72 0 0.61 0.66 0.16 4.68 0.63 0.56
Hex D5 53 48 0 3D 42 10 5 3F 38
Octal 325 123 110 0 75 102 20 5 77 70
Binary 11010101 1010011 1001000 0 111101 1000010 10000 101 111111 111000

Color Harmonies of #D55348

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D55348

Black with #D55348

Text Example


Text Example

White with #D55348

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D55348; }

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

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

background-color css

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

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

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

border-color css

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

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

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