Html Css Color HEX #D55244 Valencia

📋 copy color: '#D55244'

red 213 ◦ green 82 ◦ blue 68

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

Shades of Valencia #D55244

Tints of Valencia #D55244

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 18.73%

R = 58.68%
G = 22.59%
B = 18.73%

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

#D55244 (or 0xD55244) is known color: Valencia. HEX triplet: D5, 52 and 44. RGB value is (213,82,68). Sum of RGB (Red+Green+Blue) = 213+82+68=363 (48% of max value = 765). Red value is 213 (83.59% from 255 or 58.68% from 363); Green value is 82 (32.42% from 255 or 22.59% from 363); Blue value is 68 (26.95% from 255 or 18.73% from 363); Max value from RGB is 213 - color contains mainly: red. Hex color #D55244 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D55244 is #2AADBB. Grayscale: #777777. Windows color (decimal): -2796988 or 4477653. OLE color: 4477653.

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

Color convert

RGB 213 82 68 -
CMYK 0 0.62 0.68 0.16
HSL 5.79º 0.63% 0.55% -
HSV(B) 5.79º 0.68% 0.84% -
XYZ 31.5 20.6 7.78 -
YUV 119.57 98.9 194.64 -
System Red Green Blue C M Y K H S L
Decimal 213 82 68 0 0.62 0.68 0.16 5.79 0.63 0.55
Hex D5 52 44 0 3E 44 10 6 3F 37
Octal 325 122 104 0 76 104 20 6 77 67
Binary 11010101 1010010 1000100 0 111110 1000100 10000 110 111111 110111

Color Harmonies of #D55244

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D55244

Black with #D55244

Text Example


Text Example

White with #D55244

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D55244; }

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

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

background-color css

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

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

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

border-color css

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

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

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