Html Css Color HEX #D35248 Valencia

📋 copy color: '#D35248'

red 211 ◦ green 82 ◦ blue 72

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

Shades of Valencia #D35248

Tints of Valencia #D35248

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 19.73%

R = 57.81%
G = 22.47%
B = 19.73%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.66

 K value IS 0.17

RGB Variations

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

Color information

#D35248 (or 0xD35248) is known color: Valencia. HEX triplet: D3, 52 and 48. RGB value is (211,82,72). Sum of RGB (Red+Green+Blue) = 211+82+72=365 (48% of max value = 765). Red value is 211 (82.81% from 255 or 57.81% from 365); Green value is 82 (32.42% from 255 or 22.47% from 365); Blue value is 72 (28.52% from 255 or 19.73% from 365); Max value from RGB is 211 - color contains mainly: red. Hex color #D35248 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D35248 is #2CADB7. Grayscale: #777777. Windows color (decimal): -2928056 or 4739795. OLE color: 4739795.

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

Color convert

RGB 211 82 72 -
CMYK 0 0.61 0.66 0.17
HSL 4.32º 0.61% 0.55% -
HSV(B) 4.32º 0.66% 0.83% -
XYZ 31.05 20.35 8.42 -
YUV 119.43 101.24 193.31 -
System Red Green Blue C M Y K H S L
Decimal 211 82 72 0 0.61 0.66 0.17 4.32 0.61 0.55
Hex D3 52 48 0 3D 42 11 4 3D 37
Octal 323 122 110 0 75 102 21 4 75 67
Binary 11010011 1010010 1001000 0 111101 1000010 10001 100 111101 110111

Color Harmonies of #D35248

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D35248

Black with #D35248

Text Example


Text Example

White with #D35248

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D35248; }

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

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

background-color css

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

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

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

border-color css

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

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

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