Html Css Color HEX #DE5343 Valencia

📋 copy color: '#DE5343'

red 222 ◦ green 83 ◦ blue 67

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

Shades of Valencia #DE5343

Tints of Valencia #DE5343

RGB

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

 GREEN value IS 83 (32.81% from 255) = 22.31%

 BLUE value IS 67 (26.56% from 255) = 18.01%

R = 59.68%
G = 22.31%
B = 18.01%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.70

 K value IS 0.13

RGB Variations

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

Color information

#DE5343 (or 0xDE5343) is known color: Valencia. HEX triplet: DE, 53 and 43. RGB value is (222,83,67). Sum of RGB (Red+Green+Blue) = 222+83+67=372 (49% of max value = 765). Red value is 222 (87.11% from 255 or 59.68% from 372); Green value is 83 (32.81% from 255 or 22.31% from 372); Blue value is 67 (26.56% from 255 or 18.01% from 372); Max value from RGB is 222 - color contains mainly: red. Hex color #DE5343 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DE5343 is #21ACBC. Grayscale: #7A7A7A. Windows color (decimal): -2206909 or 4412382. OLE color: 4412382.

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

Color convert

RGB 222 83 67 -
CMYK 0 0.63 0.70 0.13
HSL 6.19º 0.7% 0.57% -
HSV(B) 6.19º 0.7% 0.87% -
XYZ 34.23 22.12 7.78 -
YUV 122.74 96.55 198.8 -
System Red Green Blue C M Y K H S L
Decimal 222 83 67 0 0.63 0.70 0.13 6.19 0.7 0.57
Hex DE 53 43 0 3F 46 D 6 46 39
Octal 336 123 103 0 77 106 15 6 106 71
Binary 11011110 1010011 1000011 0 111111 1000110 1101 110 1000110 111001

Color Harmonies of #DE5343

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE5343

Black with #DE5343

Text Example


Text Example

White with #DE5343

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE5343; }

 p { color: rgb(222,83,67); }

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

background-color css

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

 a { background-color: rgb(222,83,67); }

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

border-color css

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

 span { border-color: rgb(222,83,67); }

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