Html Css Color HEX #DE4946 Valencia

📋 copy color: '#DE4946'

red 222 ◦ green 73 ◦ blue 70

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

Shades of Valencia #DE4946

Tints of Valencia #DE4946

RGB

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

 GREEN value IS 73 (28.91% from 255) = 20%

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

R = 60.82%
G = 20%
B = 19.18%

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

#DE4946 (or 0xDE4946) is known color: Valencia. HEX triplet: DE, 49 and 46. RGB value is (222,73,70). Sum of RGB (Red+Green+Blue) = 222+73+70=365 (48% of max value = 765). Red value is 222 (87.11% from 255 or 60.82% from 365); Green value is 73 (28.91% from 255 or 20% from 365); Blue value is 70 (27.73% from 255 or 19.18% from 365); Max value from RGB is 222 - color contains mainly: red. Hex color #DE4946 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DE4946 is #21B6B9. Grayscale: #757575. Windows color (decimal): -2209466 or 4606430. OLE color: 4606430.

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

Color convert

RGB 222 73 70 -
CMYK 0 0.67 0.68 0.13
HSL 1.18º 0.7% 0.57% -
HSV(B) 1.18º 0.68% 0.87% -
XYZ 33.61 20.74 8.03 -
YUV 117.21 101.36 202.74 -
System Red Green Blue C M Y K H S L
Decimal 222 73 70 0 0.67 0.68 0.13 1.18 0.7 0.57
Hex DE 49 46 0 43 44 D 1 46 39
Octal 336 111 106 0 103 104 15 1 106 71
Binary 11011110 1001001 1000110 0 1000011 1000100 1101 1 1000110 111001

Color Harmonies of #DE4946

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE4946

Black with #DE4946

Text Example


Text Example

White with #DE4946

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE4946; }

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

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

background-color css

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

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

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

border-color css

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

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

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