Html Css Color HEX #D45551 Valencia

📋 copy color: '#D45551'

red 212 ◦ green 85 ◦ blue 81

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

Shades of Valencia #D45551

Tints of Valencia #D45551

RGB

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

 GREEN value IS 85 (33.59% from 255) = 22.49%

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

R = 56.08%
G = 22.49%
B = 21.43%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.62

 K value IS 0.17

RGB Variations

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

Color information

#D45551 (or 0xD45551) is known color: Valencia. HEX triplet: D4, 55 and 51. RGB value is (212,85,81). Sum of RGB (Red+Green+Blue) = 212+85+81=378 (50% of max value = 765). Red value is 212 (83.20% from 255 or 56.08% from 378); Green value is 85 (33.59% from 255 or 22.49% from 378); Blue value is 81 (32.03% from 255 or 21.43% from 378); Max value from RGB is 212 - color contains mainly: red. Hex color #D45551 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D45551 is #2BAAAE. Grayscale: #7A7A7A. Windows color (decimal): -2861743 or 5330388. OLE color: 5330388.

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

Color convert

RGB 212 85 81 -
CMYK 0 0.60 0.62 0.17
HSL 1.83º 0.6% 0.57% -
HSV(B) 1.83º 0.62% 0.83% -
XYZ 31.89 21.09 10.17 -
YUV 122.52 104.58 191.83 -
System Red Green Blue C M Y K H S L
Decimal 212 85 81 0 0.60 0.62 0.17 1.83 0.6 0.57
Hex D4 55 51 0 3C 3E 11 2 3C 39
Octal 324 125 121 0 74 76 21 2 74 71
Binary 11010100 1010101 1010001 0 111100 111110 10001 10 111100 111001

Color Harmonies of #D45551

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D45551

Black with #D45551

Text Example


Text Example

White with #D45551

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D45551; }

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

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

background-color css

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

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

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

border-color css

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

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

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