Html Css Color HEX #D45251 Valencia

📋 copy color: '#D45251'

red 212 ◦ green 82 ◦ blue 81

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

Shades of Valencia #D45251

Tints of Valencia #D45251

RGB

 RED value IS 212 (83.2% from 255) = 56.53%

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

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

R = 56.53%
G = 21.87%
B = 21.6%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.62

 K value IS 0.17

RGB Variations

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

Color information

#D45251 (or 0xD45251) is known color: Valencia. HEX triplet: D4, 52 and 51. RGB value is (212,82,81). Sum of RGB (Red+Green+Blue) = 212+82+81=375 (49% of max value = 765). Red value is 212 (83.20% from 255 or 56.53% from 375); Green value is 82 (32.42% from 255 or 21.87% from 375); Blue value is 81 (32.03% from 255 or 21.6% from 375); Max value from RGB is 212 - color contains mainly: red. Hex color #D45251 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D45251 is #2BADAE. Grayscale: #787878. Windows color (decimal): -2862511 or 5329620. OLE color: 5329620.

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

Color convert

RGB 212 82 81 -
CMYK 0 0.61 0.62 0.17
HSL 0.46º 0.6% 0.57% -
HSV(B) 0.46º 0.62% 0.83% -
XYZ 31.65 20.63 10.1 -
YUV 120.76 105.57 193.08 -
System Red Green Blue C M Y K H S L
Decimal 212 82 81 0 0.61 0.62 0.17 0.46 0.6 0.57
Hex D4 52 51 0 3D 3E 11 0 3C 39
Octal 324 122 121 0 75 76 21 0 74 71
Binary 11010100 1010010 1010001 0 111101 111110 10001 0 111100 111001

Color Harmonies of #D45251

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D45251

Black with #D45251

Text Example


Text Example

White with #D45251

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D45251; }

 p { color: rgb(212,82,81); }

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

background-color css

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

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

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

border-color css

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

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

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