Html Css Color HEX #DE4846 Valencia

📋 copy color: '#DE4846'

red 222 ◦ green 72 ◦ blue 70

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

Shades of Valencia #DE4846

Tints of Valencia #DE4846

RGB

 RED value IS 222 (87.11% from 255) = 60.99%

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

 BLUE value IS 70 (27.73% from 255) = 19.23%

R = 60.99%
G = 19.78%
B = 19.23%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.68

 K value IS 0.13

RGB Variations

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

Color information

#DE4846 (or 0xDE4846) is known color: Valencia. HEX triplet: DE, 48 and 46. RGB value is (222,72,70). Sum of RGB (Red+Green+Blue) = 222+72+70=364 (48% of max value = 765). Red value is 222 (87.11% from 255 or 60.99% from 364); Green value is 72 (28.52% from 255 or 19.78% from 364); Blue value is 70 (27.73% from 255 or 19.23% from 364); Max value from RGB is 222 - color contains mainly: red. Hex color #DE4846 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DE4846 is #21B7B9. Grayscale: #747474. Windows color (decimal): -2209722 or 4606174. OLE color: 4606174.

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

Color convert

RGB 222 72 70 -
CMYK 0 0.68 0.68 0.13
HSL 0.79º 0.7% 0.57% -
HSV(B) 0.79º 0.68% 0.87% -
XYZ 33.55 20.61 8 -
YUV 116.62 101.7 203.16 -
System Red Green Blue C M Y K H S L
Decimal 222 72 70 0 0.68 0.68 0.13 0.79 0.7 0.57
Hex DE 48 46 0 44 44 D 1 46 39
Octal 336 110 106 0 104 104 15 1 106 71
Binary 11011110 1001000 1000110 0 1000100 1000100 1101 1 1000110 111001

Color Harmonies of #DE4846

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE4846

Black with #DE4846

Text Example


Text Example

White with #DE4846

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE4846; }

 p { color: rgb(222,72,70); }

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

background-color css

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

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

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

border-color css

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

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

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