Html Css Color HEX #DF4B49 Valencia

📋 copy color: '#DF4B49'

red 223 ◦ green 75 ◦ blue 73

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

Shades of Valencia #DF4B49

Tints of Valencia #DF4B49

RGB

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

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

 BLUE value IS 73 (28.91% from 255) = 19.68%

R = 60.11%
G = 20.22%
B = 19.68%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.67

 K value IS 0.13

RGB Variations

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

Color information

#DF4B49 (or 0xDF4B49) is known color: Valencia. HEX triplet: DF, 4B and 49. RGB value is (223,75,73). Sum of RGB (Red+Green+Blue) = 223+75+73=371 (49% of max value = 765). Red value is 223 (87.5% from 255 or 60.11% from 371); Green value is 75 (29.69% from 255 or 20.22% from 371); Blue value is 73 (28.91% from 255 or 19.68% from 371); Max value from RGB is 223 - color contains mainly: red. Hex color #DF4B49 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DF4B49 is #20B4B6. Grayscale: #777777. Windows color (decimal): -2143415 or 4803551. OLE color: 4803551.

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

Color convert

RGB 223 75 73 -
CMYK 0 0.66 0.67 0.13
HSL 0.8º 0.7% 0.58% -
HSV(B) 0.8º 0.67% 0.87% -
XYZ 34.15 21.2 8.6 -
YUV 119.02 102.03 202.16 -
System Red Green Blue C M Y K H S L
Decimal 223 75 73 0 0.66 0.67 0.13 0.8 0.7 0.58
Hex DF 4B 49 0 42 43 D 1 46 3A
Octal 337 113 111 0 102 103 15 1 106 72
Binary 11011111 1001011 1001001 0 1000010 1000011 1101 1 1000110 111010

Color Harmonies of #DF4B49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF4B49

Black with #DF4B49

Text Example


Text Example

White with #DF4B49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF4B49; }

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

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

background-color css

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

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

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

border-color css

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

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

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