Html Css Color HEX #DF4E4B Valencia

📋 copy color: '#DF4E4B'

red 223 ◦ green 78 ◦ blue 75

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

Shades of Valencia #DF4E4B

Tints of Valencia #DF4E4B

RGB

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

 GREEN value IS 78 (30.86% from 255) = 20.74%

 BLUE value IS 75 (29.69% from 255) = 19.95%

R = 59.31%
G = 20.74%
B = 19.95%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.66

 K value IS 0.13

RGB Variations

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

Color information

#DF4E4B (or 0xDF4E4B) is known color: Valencia. HEX triplet: DF, 4E and 4B. RGB value is (223,78,75). Sum of RGB (Red+Green+Blue) = 223+78+75=376 (49% of max value = 765). Red value is 223 (87.5% from 255 or 59.31% from 376); Green value is 78 (30.86% from 255 or 20.74% from 376); Blue value is 75 (29.69% from 255 or 19.95% from 376); Max value from RGB is 223 - color contains mainly: red. Hex color #DF4E4B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DF4E4B is #20B1B4. Grayscale: #797979. Windows color (decimal): -2142645 or 4935391. OLE color: 4935391.

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

Color convert

RGB 223 78 75 -
CMYK 0 0.65 0.66 0.13
HSL 1.22º 0.7% 0.58% -
HSV(B) 1.22º 0.66% 0.87% -
XYZ 34.43 21.64 9.02 -
YUV 121.01 102.04 200.74 -
System Red Green Blue C M Y K H S L
Decimal 223 78 75 0 0.65 0.66 0.13 1.22 0.7 0.58
Hex DF 4E 4B 0 41 42 D 1 46 3A
Octal 337 116 113 0 101 102 15 1 106 72
Binary 11011111 1001110 1001011 0 1000001 1000010 1101 1 1000110 111010

Color Harmonies of #DF4E4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF4E4B

Black with #DF4E4B

Text Example


Text Example

White with #DF4E4B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF4E4B; }

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

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

background-color css

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

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

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

border-color css

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

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

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