Html Css Color HEX #DA5A2F Chilean Fire

📋 copy color: '#DA5A2F'

red 218 ◦ green 90 ◦ blue 47

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

Shades of Chilean Fire #DA5A2F

Tints of Chilean Fire #DA5A2F

RGB

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

 GREEN value IS 90 (35.55% from 255) = 25.35%

 BLUE value IS 47 (18.75% from 255) = 13.24%

R = 61.41%
G = 25.35%
B = 13.24%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.78

 K value IS 0.15

RGB Variations

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

Color information

#DA5A2F (or 0xDA5A2F) is known color: Chilean Fire. HEX triplet: DA, 5A and 2F. RGB value is (218,90,47). Sum of RGB (Red+Green+Blue) = 218+90+47=355 (47% of max value = 765). Red value is 218 (85.55% from 255 or 61.41% from 355); Green value is 90 (35.55% from 255 or 25.35% from 355); Blue value is 47 (18.75% from 255 or 13.24% from 355); Max value from RGB is 218 - color contains mainly: red. Hex color #DA5A2F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DA5A2F is #25A5D0. Grayscale: #7B7B7B. Windows color (decimal): -2467281 or 3103450. OLE color: 3103450.

HSL color Cylindrical-coordinate representation of color #DA5A2F: hue angle of 15.09º degrees, saturation: 0.7, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #DA5A2F is Cyan = 0, Magento = 0.59, Yellow = 0.78 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 90 47 -
CMYK 0 0.59 0.78 0.15
HSL 15.09º 0.7% 0.52% -
HSV(B) 15.09º 0.78% 0.85% -
XYZ 33.08 22.42 5.27 -
YUV 123.37 84.91 195.5 -
System Red Green Blue C M Y K H S L
Decimal 218 90 47 0 0.59 0.78 0.15 15.09 0.7 0.52
Hex DA 5A 2F 0 3B 4E F F 46 34
Octal 332 132 57 0 73 116 17 17 106 64
Binary 11011010 1011010 101111 0 111011 1001110 1111 1111 1000110 110100

Color Harmonies of #DA5A2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA5A2F

Black with #DA5A2F

Text Example


Text Example

White with #DA5A2F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA5A2F; }

 p { color: rgb(218,90,47); }

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

background-color css

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

 a { background-color: rgb(218,90,47); }

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

border-color css

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

 span { border-color: rgb(218,90,47); }

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