Html Css Color HEX #D04848 Valencia

📋 copy color: '#D04848'

red 208 ◦ green 72 ◦ blue 72

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

Shades of Valencia #D04848

Tints of Valencia #D04848

RGB

 RED value IS 208 (81.64% from 255) = 59.09%

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

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

R = 59.09%
G = 20.45%
B = 20.45%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.65

 K value IS 0.18

RGB Variations

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

Color information

#D04848 (or 0xD04848) is known color: Valencia. HEX triplet: D0, 48 and 48. RGB value is (208,72,72). Sum of RGB (Red+Green+Blue) = 208+72+72=352 (46% of max value = 765). Red value is 208 (81.64% from 255 or 59.09% from 352); Green value is 72 (28.52% from 255 or 20.45% from 352); Blue value is 72 (28.52% from 255 or 20.45% from 352); Max value from RGB is 208 - color contains mainly: red. Hex color #D04848 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D04848 is #2FB7B7. Grayscale: #707070. Windows color (decimal): -3127224 or 4737232. OLE color: 4737232.

HSL color Cylindrical-coordinate representation of color #D04848: hue angle of 0º degrees, saturation: 0.59, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #D04848 is Cyan = 0, Magento = 0.65, Yellow = 0.65 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 72 72 -
CMYK 0 0.65 0.65 0.18
HSL 0.59% 0.55% -
HSV(B) 0.65% 0.82% -
XYZ 29.5 18.51 8.15 -
YUV 112.66 105.06 196 -
System Red Green Blue C M Y K H S L
Decimal 208 72 72 0 0.65 0.65 0.18 0 0.59 0.55
Hex D0 48 48 0 41 41 12 0 3B 37
Octal 320 110 110 0 101 101 22 0 73 67
Binary 11010000 1001000 1001000 0 1000001 1000001 10010 0 111011 110111

Color Harmonies of #D04848

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D04848

Black with #D04848

Text Example


Text Example

White with #D04848

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D04848; }

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

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

background-color css

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

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

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

border-color css

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

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

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