Html Css Color HEX #DF5830 Chilean Fire

📋 copy color: '#DF5830'

red 223 ◦ green 88 ◦ blue 48

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

Shades of Chilean Fire #DF5830

Tints of Chilean Fire #DF5830

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 13.37%

R = 62.12%
G = 24.51%
B = 13.37%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.78

 K value IS 0.13

RGB Variations

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

Color information

#DF5830 (or 0xDF5830) is known color: Chilean Fire. HEX triplet: DF, 58 and 30. RGB value is (223,88,48). Sum of RGB (Red+Green+Blue) = 223+88+48=359 (47% of max value = 765). Red value is 223 (87.5% from 255 or 62.12% from 359); Green value is 88 (34.77% from 255 or 24.51% from 359); Blue value is 48 (19.14% from 255 or 13.37% from 359); Max value from RGB is 223 - color contains mainly: red. Hex color #DF5830 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DF5830 is #20A7CF. Grayscale: #7C7C7C. Windows color (decimal): -2140112 or 3168479. OLE color: 3168479.

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

Color convert

RGB 223 88 48 -
CMYK 0 0.61 0.78 0.13
HSL 13.71º 0.73% 0.53% -
HSV(B) 13.71º 0.78% 0.87% -
XYZ 34.45 22.88 5.4 -
YUV 123.81 85.23 198.75 -
System Red Green Blue C M Y K H S L
Decimal 223 88 48 0 0.61 0.78 0.13 13.71 0.73 0.53
Hex DF 58 30 0 3D 4E D E 49 35
Octal 337 130 60 0 75 116 15 16 111 65
Binary 11011111 1011000 110000 0 111101 1001110 1101 1110 1001001 110101

Color Harmonies of #DF5830

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF5830

Black with #DF5830

Text Example


Text Example

White with #DF5830

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF5830; }

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

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

background-color css

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

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

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

border-color css

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

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

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