Html Css Color HEX #DF532E Chilean Fire

📋 copy color: '#DF532E'

red 223 ◦ green 83 ◦ blue 46

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

Shades of Chilean Fire #DF532E

Tints of Chilean Fire #DF532E

RGB

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

 GREEN value IS 83 (32.81% from 255) = 23.58%

 BLUE value IS 46 (18.36% from 255) = 13.07%

R = 63.35%
G = 23.58%
B = 13.07%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.79

 K value IS 0.13

RGB Variations

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

Color information

#DF532E (or 0xDF532E) is known color: Chilean Fire. HEX triplet: DF, 53 and 2E. RGB value is (223,83,46). Sum of RGB (Red+Green+Blue) = 223+83+46=352 (46% of max value = 765). Red value is 223 (87.5% from 255 or 63.35% from 352); Green value is 83 (32.81% from 255 or 23.58% from 352); Blue value is 46 (18.36% from 255 or 13.07% from 352); Max value from RGB is 223 - color contains mainly: red. Hex color #DF532E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DF532E is #20ACD1. Grayscale: #787878. Windows color (decimal): -2141394 or 3036127. OLE color: 3036127.

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

Color convert

RGB 223 83 46 -
CMYK 0 0.63 0.79 0.13
HSL 12.54º 0.73% 0.53% -
HSV(B) 12.54º 0.79% 0.87% -
XYZ 34.02 22.07 5.05 -
YUV 120.64 85.88 201.01 -
System Red Green Blue C M Y K H S L
Decimal 223 83 46 0 0.63 0.79 0.13 12.54 0.73 0.53
Hex DF 53 2E 0 3F 4F D D 49 35
Octal 337 123 56 0 77 117 15 15 111 65
Binary 11011111 1010011 101110 0 111111 1001111 1101 1101 1001001 110101

Color Harmonies of #DF532E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF532E

Black with #DF532E

Text Example


Text Example

White with #DF532E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF532E; }

 p { color: rgb(223,83,46); }

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

background-color css

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

 a { background-color: rgb(223,83,46); }

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

border-color css

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

 span { border-color: rgb(223,83,46); }

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