Html Css Color HEX #DA511E Chilean Fire

📋 copy color: '#DA511E'

red 218 ◦ green 81 ◦ blue 30

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

Shades of Chilean Fire #DA511E

Tints of Chilean Fire #DA511E

RGB

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

 GREEN value IS 81 (32.03% from 255) = 24.62%

 BLUE value IS 30 (12.11% from 255) = 9.12%

R = 66.26%
G = 24.62%
B = 9.12%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.86

 K value IS 0.15

RGB Variations

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

Color information

#DA511E (or 0xDA511E) is known color: Chilean Fire. HEX triplet: DA, 51 and 1E. RGB value is (218,81,30). Sum of RGB (Red+Green+Blue) = 218+81+30=329 (43% of max value = 765). Red value is 218 (85.55% from 255 or 66.26% from 329); Green value is 81 (32.03% from 255 or 24.62% from 329); Blue value is 30 (12.11% from 255 or 9.12% from 329); Max value from RGB is 218 - color contains mainly: red. Hex color #DA511E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DA511E is #25AEE1. Grayscale: #747474. Windows color (decimal): -2469602 or 1987034. OLE color: 1987034.

HSL color Cylindrical-coordinate representation of color #DA511E: hue angle of 16.28º degrees, saturation: 0.76, 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 #DA511E is Cyan = 0, Magento = 0.63, Yellow = 0.86 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 81 30 -
CMYK 0 0.63 0.86 0.15
HSL 16.28º 0.76% 0.49% -
HSV(B) 16.28º 0.86% 0.85% -
XYZ 32.09 20.88 3.57 -
YUV 116.15 79.39 200.65 -
System Red Green Blue C M Y K H S L
Decimal 218 81 30 0 0.63 0.86 0.15 16.28 0.76 0.49
Hex DA 51 1E 0 3F 56 F 10 4C 31
Octal 332 121 36 0 77 126 17 20 114 61
Binary 11011010 1010001 11110 0 111111 1010110 1111 10000 1001100 110001

Color Harmonies of #DA511E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA511E

Black with #DA511E

Text Example


Text Example

White with #DA511E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA511E; }

 p { color: rgb(218,81,30); }

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

background-color css

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

 a { background-color: rgb(218,81,30); }

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

border-color css

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

 span { border-color: rgb(218,81,30); }

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