Html Css Color HEX #D55245 Valencia

📋 copy color: '#D55245'

red 213 ◦ green 82 ◦ blue 69

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

Shades of Valencia #D55245

Tints of Valencia #D55245

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 18.96%

R = 58.52%
G = 22.53%
B = 18.96%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.68

 K value IS 0.16

RGB Variations

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

Color information

#D55245 (or 0xD55245) is known color: Valencia. HEX triplet: D5, 52 and 45. RGB value is (213,82,69). Sum of RGB (Red+Green+Blue) = 213+82+69=364 (48% of max value = 765). Red value is 213 (83.59% from 255 or 58.52% from 364); Green value is 82 (32.42% from 255 or 22.53% from 364); Blue value is 69 (27.34% from 255 or 18.96% from 364); Max value from RGB is 213 - color contains mainly: red. Hex color #D55245 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D55245 is #2AADBA. Grayscale: #777777. Windows color (decimal): -2796987 or 4543189. OLE color: 4543189.

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

Color convert

RGB 213 82 69 -
CMYK 0 0.62 0.68 0.16
HSL 5.42º 0.63% 0.55% -
HSV(B) 5.42º 0.68% 0.84% -
XYZ 31.53 20.61 7.95 -
YUV 119.69 99.4 194.56 -
System Red Green Blue C M Y K H S L
Decimal 213 82 69 0 0.62 0.68 0.16 5.42 0.63 0.55
Hex D5 52 45 0 3E 44 10 5 3F 37
Octal 325 122 105 0 76 104 20 5 77 67
Binary 11010101 1010010 1000101 0 111110 1000100 10000 101 111111 110111

Color Harmonies of #D55245

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D55245

Black with #D55245

Text Example


Text Example

White with #D55245

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D55245; }

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

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

background-color css

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

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

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

border-color css

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

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

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