Html Css Color HEX #DF4A48 Valencia

📋 copy color: '#DF4A48'

red 223 ◦ green 74 ◦ blue 72

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

Shades of Valencia #DF4A48

Tints of Valencia #DF4A48

RGB

 RED value IS 223 (87.5% from 255) = 60.43%

 GREEN value IS 74 (29.3% from 255) = 20.05%

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

R = 60.43%
G = 20.05%
B = 19.51%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.68

 K value IS 0.13

RGB Variations

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

Color information

#DF4A48 (or 0xDF4A48) is known color: Valencia. HEX triplet: DF, 4A and 48. RGB value is (223,74,72). Sum of RGB (Red+Green+Blue) = 223+74+72=369 (48% of max value = 765). Red value is 223 (87.5% from 255 or 60.43% from 369); Green value is 74 (29.30% from 255 or 20.05% from 369); Blue value is 72 (28.52% from 255 or 19.51% from 369); Max value from RGB is 223 - color contains mainly: red. Hex color #DF4A48 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DF4A48 is #20B5B7. Grayscale: #767676. Windows color (decimal): -2143672 or 4737759. OLE color: 4737759.

HSL color Cylindrical-coordinate representation of color #DF4A48: hue angle of 0.79º degrees, saturation: 0.7, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #DF4A48 is Cyan = 0, Magento = 0.67, Yellow = 0.68 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 74 72 -
CMYK 0 0.67 0.68 0.13
HSL 0.79º 0.7% 0.58% -
HSV(B) 0.79º 0.68% 0.87% -
XYZ 34.05 21.05 8.4 -
YUV 118.32 101.86 202.66 -
System Red Green Blue C M Y K H S L
Decimal 223 74 72 0 0.67 0.68 0.13 0.79 0.7 0.58
Hex DF 4A 48 0 43 44 D 1 46 3A
Octal 337 112 110 0 103 104 15 1 106 72
Binary 11011111 1001010 1001000 0 1000011 1000100 1101 1 1000110 111010

Color Harmonies of #DF4A48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF4A48

Black with #DF4A48

Text Example


Text Example

White with #DF4A48

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF4A48; }

 p { color: rgb(223,74,72); }

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

background-color css

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

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

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

border-color css

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

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

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