Html Css Color HEX #DF582A Chilean Fire

📋 copy color: '#DF582A'

red 223 ◦ green 88 ◦ blue 42

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

Shades of Chilean Fire #DF582A

Tints of Chilean Fire #DF582A

RGB

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

 GREEN value IS 88 (34.77% from 255) = 24.93%

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

R = 63.17%
G = 24.93%
B = 11.9%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.81

 K value IS 0.13

RGB Variations

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

Color information

#DF582A (or 0xDF582A) is known color: Chilean Fire. HEX triplet: DF, 58 and 2A. RGB value is (223,88,42). Sum of RGB (Red+Green+Blue) = 223+88+42=353 (46% of max value = 765). Red value is 223 (87.5% from 255 or 63.17% from 353); Green value is 88 (34.77% from 255 or 24.93% from 353); Blue value is 42 (16.80% from 255 or 11.90% from 353); Max value from RGB is 223 - color contains mainly: red. Hex color #DF582A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DF582A is #20A7D5. Grayscale: #7B7B7B. Windows color (decimal): -2140118 or 2775263. OLE color: 2775263.

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

Color convert

RGB 223 88 42 -
CMYK 0 0.61 0.81 0.13
HSL 15.25º 0.74% 0.52% -
HSV(B) 15.25º 0.81% 0.87% -
XYZ 34.34 22.83 4.79 -
YUV 123.12 82.23 199.24 -
System Red Green Blue C M Y K H S L
Decimal 223 88 42 0 0.61 0.81 0.13 15.25 0.74 0.52
Hex DF 58 2A 0 3D 51 D F 4A 34
Octal 337 130 52 0 75 121 15 17 112 64
Binary 11011111 1011000 101010 0 111101 1010001 1101 1111 1001010 110100

Color Harmonies of #DF582A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF582A

Black with #DF582A

Text Example


Text Example

White with #DF582A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF582A; }

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

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

background-color css

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

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

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

border-color css

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

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

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