Html Css Color HEX #D5502B Chilean Fire

📋 copy color: '#D5502B'

red 213 ◦ green 80 ◦ blue 43

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

Shades of Chilean Fire #D5502B

Tints of Chilean Fire #D5502B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 12.8%

R = 63.39%
G = 23.81%
B = 12.8%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.80

 K value IS 0.16

RGB Variations

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

Color information

#D5502B (or 0xD5502B) is known color: Chilean Fire. HEX triplet: D5, 50 and 2B. RGB value is (213,80,43). Sum of RGB (Red+Green+Blue) = 213+80+43=336 (44% of max value = 765). Red value is 213 (83.59% from 255 or 63.39% from 336); Green value is 80 (31.64% from 255 or 23.81% from 336); Blue value is 43 (17.19% from 255 or 12.80% from 336); Max value from RGB is 213 - color contains mainly: red. Hex color #D5502B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D5502B is #2AAFD4. Grayscale: #737373. Windows color (decimal): -2797525 or 2838741. OLE color: 2838741.

HSL color Cylindrical-coordinate representation of color #D5502B: hue angle of 13.06º degrees, saturation: 0.67, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #D5502B is Cyan = 0, Magento = 0.62, Yellow = 0.80 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 80 43 -
CMYK 0 0.62 0.80 0.16
HSL 13.06º 0.67% 0.5% -
HSV(B) 13.06º 0.8% 0.84% -
XYZ 30.75 20.06 4.54 -
YUV 115.55 87.06 197.51 -
System Red Green Blue C M Y K H S L
Decimal 213 80 43 0 0.62 0.80 0.16 13.06 0.67 0.5
Hex D5 50 2B 0 3E 50 10 D 43 32
Octal 325 120 53 0 76 120 20 15 103 62
Binary 11010101 1010000 101011 0 111110 1010000 10000 1101 1000011 110010

Color Harmonies of #D5502B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5502B

Black with #D5502B

Text Example


Text Example

White with #D5502B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5502B; }

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

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

background-color css

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

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

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

border-color css

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

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

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