Html Css Color HEX #DF5F2A Chilean Fire

📋 copy color: '#DF5F2A'

red 223 ◦ green 95 ◦ blue 42

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

Shades of Chilean Fire #DF5F2A

Tints of Chilean Fire #DF5F2A

RGB

 RED value IS 223 (87.5% from 255) = 61.94%

 GREEN value IS 95 (37.5% from 255) = 26.39%

 BLUE value IS 42 (16.8% from 255) = 11.67%

R = 61.94%
G = 26.39%
B = 11.67%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.81

 K value IS 0.13

RGB Variations

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

Color information

#DF5F2A (or 0xDF5F2A) is known color: Chilean Fire. HEX triplet: DF, 5F and 2A. RGB value is (223,95,42). Sum of RGB (Red+Green+Blue) = 223+95+42=360 (47% of max value = 765). Red value is 223 (87.5% from 255 or 61.94% from 360); Green value is 95 (37.5% from 255 or 26.39% from 360); Blue value is 42 (16.80% from 255 or 11.67% from 360); Max value from RGB is 223 - color contains mainly: red. Hex color #DF5F2A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DF5F2A is #20A0D5. Grayscale: #7F7F7F. Windows color (decimal): -2138326 or 2777055. OLE color: 2777055.

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

Color convert

RGB 223 95 42 -
CMYK 0 0.57 0.81 0.13
HSL 17.57º 0.74% 0.52% -
HSV(B) 17.57º 0.81% 0.87% -
XYZ 34.94 24.04 4.99 -
YUV 127.23 79.91 196.31 -
System Red Green Blue C M Y K H S L
Decimal 223 95 42 0 0.57 0.81 0.13 17.57 0.74 0.52
Hex DF 5F 2A 0 39 51 D 12 4A 34
Octal 337 137 52 0 71 121 15 22 112 64
Binary 11011111 1011111 101010 0 111001 1010001 1101 10010 1001010 110100

Color Harmonies of #DF5F2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF5F2A

Black with #DF5F2A

Text Example


Text Example

White with #DF5F2A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF5F2A; }

 p { color: rgb(223,95,42); }

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

background-color css

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

 a { background-color: rgb(223,95,42); }

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

border-color css

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

 span { border-color: rgb(223,95,42); }

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