Html Css Color HEX #DE5143 Valencia

📋 copy color: '#DE5143'

red 222 ◦ green 81 ◦ blue 67

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

Shades of Valencia #DE5143

Tints of Valencia #DE5143

RGB

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

 GREEN value IS 81 (32.03% from 255) = 21.89%

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

R = 60%
G = 21.89%
B = 18.11%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.70

 K value IS 0.13

RGB Variations

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

Color information

#DE5143 (or 0xDE5143) is known color: Valencia. HEX triplet: DE, 51 and 43. RGB value is (222,81,67). Sum of RGB (Red+Green+Blue) = 222+81+67=370 (49% of max value = 765). Red value is 222 (87.11% from 255 or 60% from 370); Green value is 81 (32.03% from 255 or 21.89% from 370); Blue value is 67 (26.56% from 255 or 18.11% from 370); Max value from RGB is 222 - color contains mainly: red. Hex color #DE5143 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DE5143 is #21AEBC. Grayscale: #797979. Windows color (decimal): -2207421 or 4411870. OLE color: 4411870.

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

Color convert

RGB 222 81 67 -
CMYK 0 0.64 0.70 0.13
HSL 5.42º 0.7% 0.57% -
HSV(B) 5.42º 0.7% 0.87% -
XYZ 34.08 21.82 7.73 -
YUV 121.56 97.21 199.64 -
System Red Green Blue C M Y K H S L
Decimal 222 81 67 0 0.64 0.70 0.13 5.42 0.7 0.57
Hex DE 51 43 0 40 46 D 5 46 39
Octal 336 121 103 0 100 106 15 5 106 71
Binary 11011110 1010001 1000011 0 1000000 1000110 1101 101 1000110 111001

Color Harmonies of #DE5143

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE5143

Black with #DE5143

Text Example


Text Example

White with #DE5143

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE5143; }

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

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

background-color css

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

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

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

border-color css

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

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

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