Html Css Color HEX #D94848 Valencia

📋 copy color: '#D94848'

red 217 ◦ green 72 ◦ blue 72

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

Shades of Valencia #D94848

Tints of Valencia #D94848

RGB

 RED value IS 217 (85.16% from 255) = 60.11%

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

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

R = 60.11%
G = 19.94%
B = 19.94%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.67

 K value IS 0.15

RGB Variations

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

Color information

#D94848 (or 0xD94848) is known color: Valencia. HEX triplet: D9, 48 and 48. RGB value is (217,72,72). Sum of RGB (Red+Green+Blue) = 217+72+72=361 (47% of max value = 765). Red value is 217 (85.16% from 255 or 60.11% from 361); Green value is 72 (28.52% from 255 or 19.94% from 361); Blue value is 72 (28.52% from 255 or 19.94% from 361); Max value from RGB is 217 - color contains mainly: red. Hex color #D94848 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D94848 is #26B7B7. Grayscale: #737373. Windows color (decimal): -2537400 or 4737241. OLE color: 4737241.

HSL color Cylindrical-coordinate representation of color #D94848: hue angle of 0º degrees, saturation: 0.66, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #D94848 is Cyan = 0, Magento = 0.67, Yellow = 0.67 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 72 72 -
CMYK 0 0.67 0.67 0.15
HSL 0.66% 0.57% -
HSV(B) 0.67% 0.85% -
XYZ 32.1 19.85 8.27 -
YUV 115.36 103.54 200.5 -
System Red Green Blue C M Y K H S L
Decimal 217 72 72 0 0.67 0.67 0.15 0 0.66 0.57
Hex D9 48 48 0 43 43 F 0 42 39
Octal 331 110 110 0 103 103 17 0 102 71
Binary 11011001 1001000 1001000 0 1000011 1000011 1111 0 1000010 111001

Color Harmonies of #D94848

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D94848

Black with #D94848

Text Example


Text Example

White with #D94848

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D94848; }

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

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

background-color css

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

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

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

border-color css

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

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

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