Html Css Color HEX #D34848 Valencia

📋 copy color: '#D34848'

red 211 ◦ green 72 ◦ blue 72

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

Shades of Valencia #D34848

Tints of Valencia #D34848

RGB

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

 GREEN value IS 72 (28.52% from 255) = 20.28%

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

R = 59.44%
G = 20.28%
B = 20.28%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.66

 K value IS 0.17

RGB Variations

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

Color information

#D34848 (or 0xD34848) is known color: Valencia. HEX triplet: D3, 48 and 48. RGB value is (211,72,72). Sum of RGB (Red+Green+Blue) = 211+72+72=355 (47% of max value = 765). Red value is 211 (82.81% from 255 or 59.44% from 355); Green value is 72 (28.52% from 255 or 20.28% from 355); Blue value is 72 (28.52% from 255 or 20.28% from 355); Max value from RGB is 211 - color contains mainly: red. Hex color #D34848 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D34848 is #2CB7B7. Grayscale: #717171. Windows color (decimal): -2930616 or 4737235. OLE color: 4737235.

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

Color convert

RGB 211 72 72 -
CMYK 0 0.66 0.66 0.17
HSL 0.61% 0.55% -
HSV(B) 0.66% 0.83% -
XYZ 30.35 18.95 8.19 -
YUV 113.56 104.55 197.5 -
System Red Green Blue C M Y K H S L
Decimal 211 72 72 0 0.66 0.66 0.17 0 0.61 0.55
Hex D3 48 48 0 42 42 11 0 3D 37
Octal 323 110 110 0 102 102 21 0 75 67
Binary 11010011 1001000 1001000 0 1000010 1000010 10001 0 111101 110111

Color Harmonies of #D34848

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D34848

Black with #D34848

Text Example


Text Example

White with #D34848

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D34848; }

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

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

background-color css

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

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

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

border-color css

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

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

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