Html Css Color HEX #DF4B48 Valencia

📋 copy color: '#DF4B48'

red 223 ◦ green 75 ◦ blue 72

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

Shades of Valencia #DF4B48

Tints of Valencia #DF4B48

RGB

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

 GREEN value IS 75 (29.69% from 255) = 20.27%

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

R = 60.27%
G = 20.27%
B = 19.46%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.68

 K value IS 0.13

RGB Variations

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

Color information

#DF4B48 (or 0xDF4B48) is known color: Valencia. HEX triplet: DF, 4B and 48. RGB value is (223,75,72). Sum of RGB (Red+Green+Blue) = 223+75+72=370 (49% of max value = 765). Red value is 223 (87.5% from 255 or 60.27% from 370); Green value is 75 (29.69% from 255 or 20.27% from 370); Blue value is 72 (28.52% from 255 or 19.46% from 370); Max value from RGB is 223 - color contains mainly: red. Hex color #DF4B48 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DF4B48 is #20B4B7. Grayscale: #777777. Windows color (decimal): -2143416 or 4738015. OLE color: 4738015.

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

Color convert

RGB 223 75 72 -
CMYK 0 0.66 0.68 0.13
HSL 1.19º 0.7% 0.58% -
HSV(B) 1.19º 0.68% 0.87% -
XYZ 34.12 21.19 8.42 -
YUV 118.91 101.53 202.24 -
System Red Green Blue C M Y K H S L
Decimal 223 75 72 0 0.66 0.68 0.13 1.19 0.7 0.58
Hex DF 4B 48 0 42 44 D 1 46 3A
Octal 337 113 110 0 102 104 15 1 106 72
Binary 11011111 1001011 1001000 0 1000010 1000100 1101 1 1000110 111010

Color Harmonies of #DF4B48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF4B48

Black with #DF4B48

Text Example


Text Example

White with #DF4B48

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF4B48; }

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

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

background-color css

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

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

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

border-color css

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

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

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