Html Css Color HEX #DA531F Chilean Fire

📋 copy color: '#DA531F'

red 218 ◦ green 83 ◦ blue 31

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

Shades of Chilean Fire #DA531F

Tints of Chilean Fire #DA531F

RGB

 RED value IS 218 (85.55% from 255) = 65.66%

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

 BLUE value IS 31 (12.5% from 255) = 9.34%

R = 65.66%
G = 25%
B = 9.34%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.86

 K value IS 0.15

RGB Variations

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

Color information

#DA531F (or 0xDA531F) is known color: Chilean Fire. HEX triplet: DA, 53 and 1F. RGB value is (218,83,31). Sum of RGB (Red+Green+Blue) = 218+83+31=332 (43% of max value = 765). Red value is 218 (85.55% from 255 or 65.66% from 332); Green value is 83 (32.81% from 255 or 25% from 332); Blue value is 31 (12.5% from 255 or 9.34% from 332); Max value from RGB is 218 - color contains mainly: red. Hex color #DA531F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DA531F is #25ACE0. Grayscale: #757575. Windows color (decimal): -2469089 or 2053082. OLE color: 2053082.

HSL color Cylindrical-coordinate representation of color #DA531F: hue angle of 16.68º degrees, saturation: 0.75, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #DA531F is Cyan = 0, Magento = 0.62, Yellow = 0.86 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 83 31 -
CMYK 0 0.62 0.86 0.15
HSL 16.68º 0.75% 0.49% -
HSV(B) 16.68º 0.86% 0.85% -
XYZ 32.25 21.19 3.69 -
YUV 117.44 79.23 199.73 -
System Red Green Blue C M Y K H S L
Decimal 218 83 31 0 0.62 0.86 0.15 16.68 0.75 0.49
Hex DA 53 1F 0 3E 56 F 11 4B 31
Octal 332 123 37 0 76 126 17 21 113 61
Binary 11011010 1010011 11111 0 111110 1010110 1111 10001 1001011 110001

Color Harmonies of #DA531F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA531F

Black with #DA531F

Text Example


Text Example

White with #DA531F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA531F; }

 p { color: rgb(218,83,31); }

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

background-color css

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

 a { background-color: rgb(218,83,31); }

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

border-color css

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

 span { border-color: rgb(218,83,31); }

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