Html Css Color HEX #D35251 Valencia

📋 copy color: '#D35251'

red 211 ◦ green 82 ◦ blue 81

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

Shades of Valencia #D35251

Tints of Valencia #D35251

RGB

 RED value IS 211 (82.81% from 255) = 56.42%

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

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

R = 56.42%
G = 21.93%
B = 21.66%

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

#D35251 (or 0xD35251) is known color: Valencia. HEX triplet: D3, 52 and 51. RGB value is (211,82,81). Sum of RGB (Red+Green+Blue) = 211+82+81=374 (49% of max value = 765). Red value is 211 (82.81% from 255 or 56.42% from 374); Green value is 82 (32.42% from 255 or 21.93% from 374); Blue value is 81 (32.03% from 255 or 21.66% from 374); Max value from RGB is 211 - color contains mainly: red. Hex color #D35251 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D35251 is #2CADAE. Grayscale: #787878. Windows color (decimal): -2928047 or 5329619. OLE color: 5329619.

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

Color convert

RGB 211 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.37 20.48 10.08 -
YUV 120.46 105.74 192.58 -
System Red Green Blue C M Y K H S L
Decimal 211 82 81 0 0.61 0.62 0.17 0.46 0.6 0.57
Hex D3 52 51 0 3D 3E 11 0 3C 39
Octal 323 122 121 0 75 76 21 0 74 71
Binary 11010011 1010010 1010001 0 111101 111110 10001 0 111100 111001

Color Harmonies of #D35251

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D35251

Black with #D35251

Text Example


Text Example

White with #D35251

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D35251; }

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

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

background-color css

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

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

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

border-color css

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

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

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