Html Css Color HEX #D55151 Valencia

📋 copy color: '#D55151'

red 213 ◦ green 81 ◦ blue 81

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

Shades of Valencia #D55151

Tints of Valencia #D55151

RGB

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

 GREEN value IS 81 (32.03% from 255) = 21.6%

 BLUE value IS 81 (32.03% from 255) = 21.6%

R = 56.8%
G = 21.6%
B = 21.6%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.62

 K value IS 0.16

RGB Variations

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

Color information

#D55151 (or 0xD55151) is known color: Valencia. HEX triplet: D5, 51 and 51. RGB value is (213,81,81). Sum of RGB (Red+Green+Blue) = 213+81+81=375 (49% of max value = 765). Red value is 213 (83.59% from 255 or 56.8% from 375); Green value is 81 (32.03% from 255 or 21.6% from 375); Blue value is 81 (32.03% from 255 or 21.6% from 375); Max value from RGB is 213 - color contains mainly: red. Hex color #D55151 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D55151 is #2AAEAE. Grayscale: #787878. Windows color (decimal): -2797231 or 5329365. OLE color: 5329365.

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

Color convert

RGB 213 81 81 -
CMYK 0 0.62 0.62 0.16
HSL 0.61% 0.58% -
HSV(B) 0.62% 0.84% -
XYZ 31.87 20.63 10.09 -
YUV 120.47 105.73 194 -
System Red Green Blue C M Y K H S L
Decimal 213 81 81 0 0.62 0.62 0.16 0 0.61 0.58
Hex D5 51 51 0 3E 3E 10 0 3D 3A
Octal 325 121 121 0 76 76 20 0 75 72
Binary 11010101 1010001 1010001 0 111110 111110 10000 0 111101 111010

Color Harmonies of #D55151

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D55151

Black with #D55151

Text Example


Text Example

White with #D55151

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D55151; }

 p { color: rgb(213,81,81); }

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

background-color css

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

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

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

border-color css

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

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

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