Html Css Color HEX #DE5C2F Chilean Fire

📋 copy color: '#DE5C2F'

red 222 ◦ green 92 ◦ blue 47

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

Shades of Chilean Fire #DE5C2F

Tints of Chilean Fire #DE5C2F

RGB

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

 GREEN value IS 92 (36.33% from 255) = 25.48%

 BLUE value IS 47 (18.75% from 255) = 13.02%

R = 61.5%
G = 25.48%
B = 13.02%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.79

 K value IS 0.13

RGB Variations

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

Color information

#DE5C2F (or 0xDE5C2F) is known color: Chilean Fire. HEX triplet: DE, 5C and 2F. RGB value is (222,92,47). Sum of RGB (Red+Green+Blue) = 222+92+47=361 (47% of max value = 765). Red value is 222 (87.11% from 255 or 61.50% from 361); Green value is 92 (36.33% from 255 or 25.48% from 361); Blue value is 47 (18.75% from 255 or 13.02% from 361); Max value from RGB is 222 - color contains mainly: red. Hex color #DE5C2F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DE5C2F is #21A3D0. Grayscale: #7E7E7E. Windows color (decimal): -2204625 or 3103966. OLE color: 3103966.

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

Color convert

RGB 222 92 47 -
CMYK 0 0.59 0.79 0.13
HSL 15.43º 0.73% 0.53% -
HSV(B) 15.43º 0.79% 0.87% -
XYZ 34.46 23.39 5.39 -
YUV 125.74 83.57 196.66 -
System Red Green Blue C M Y K H S L
Decimal 222 92 47 0 0.59 0.79 0.13 15.43 0.73 0.53
Hex DE 5C 2F 0 3B 4F D F 49 35
Octal 336 134 57 0 73 117 15 17 111 65
Binary 11011110 1011100 101111 0 111011 1001111 1101 1111 1001001 110101

Color Harmonies of #DE5C2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE5C2F

Black with #DE5C2F

Text Example


Text Example

White with #DE5C2F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE5C2F; }

 p { color: rgb(222,92,47); }

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

background-color css

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

 a { background-color: rgb(222,92,47); }

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

border-color css

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

 span { border-color: rgb(222,92,47); }

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