Html Css Color HEX #D5501D Chilean Fire

📋 copy color: '#D5501D'

red 213 ◦ green 80 ◦ blue 29

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

Shades of Chilean Fire #D5501D

Tints of Chilean Fire #D5501D

RGB

 RED value IS 213 (83.59% from 255) = 66.15%

 GREEN value IS 80 (31.64% from 255) = 24.84%

 BLUE value IS 29 (11.72% from 255) = 9.01%

R = 66.15%
G = 24.84%
B = 9.01%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.86

 K value IS 0.16

RGB Variations

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

Color information

#D5501D (or 0xD5501D) is known color: Chilean Fire. HEX triplet: D5, 50 and 1D. RGB value is (213,80,29). Sum of RGB (Red+Green+Blue) = 213+80+29=322 (42% of max value = 765). Red value is 213 (83.59% from 255 or 66.15% from 322); Green value is 80 (31.64% from 255 or 24.84% from 322); Blue value is 29 (11.72% from 255 or 9.01% from 322); Max value from RGB is 213 - color contains mainly: red. Hex color #D5501D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D5501D is #2AAFE2. Grayscale: #727272. Windows color (decimal): -2797539 or 1921237. OLE color: 1921237.

HSL color Cylindrical-coordinate representation of color #D5501D: hue angle of 16.63º degrees, saturation: 0.76, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #D5501D is Cyan = 0, Magento = 0.62, Yellow = 0.86 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 80 29 -
CMYK 0 0.62 0.86 0.16
HSL 16.63º 0.76% 0.47% -
HSV(B) 16.63º 0.86% 0.84% -
XYZ 30.53 19.97 3.41 -
YUV 113.95 80.06 198.65 -
System Red Green Blue C M Y K H S L
Decimal 213 80 29 0 0.62 0.86 0.16 16.63 0.76 0.47
Hex D5 50 1D 0 3E 56 10 11 4C 2F
Octal 325 120 35 0 76 126 20 21 114 57
Binary 11010101 1010000 11101 0 111110 1010110 10000 10001 1001100 101111

Color Harmonies of #D5501D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5501D

Black with #D5501D

Text Example


Text Example

White with #D5501D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5501D; }

 p { color: rgb(213,80,29); }

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

background-color css

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

 a { background-color: rgb(213,80,29); }

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

border-color css

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

 span { border-color: rgb(213,80,29); }

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