Html Css Color HEX #D55A2E Chilean Fire

📋 copy color: '#D55A2E'

red 213 ◦ green 90 ◦ blue 46

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

Shades of Chilean Fire #D55A2E

Tints of Chilean Fire #D55A2E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 13.18%

R = 61.03%
G = 25.79%
B = 13.18%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.78

 K value IS 0.16

RGB Variations

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

Color information

#D55A2E (or 0xD55A2E) is known color: Chilean Fire. HEX triplet: D5, 5A and 2E. RGB value is (213,90,46). Sum of RGB (Red+Green+Blue) = 213+90+46=349 (46% of max value = 765). Red value is 213 (83.59% from 255 or 61.03% from 349); Green value is 90 (35.55% from 255 or 25.79% from 349); Blue value is 46 (18.36% from 255 or 13.18% from 349); Max value from RGB is 213 - color contains mainly: red. Hex color #D55A2E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D55A2E is #2AA5D1. Grayscale: #7A7A7A. Windows color (decimal): -2794962 or 3037909. OLE color: 3037909.

HSL color Cylindrical-coordinate representation of color #D55A2E: hue angle of 15.81º degrees, saturation: 0.67, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #D55A2E is Cyan = 0, Magento = 0.58, Yellow = 0.78 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 90 46 -
CMYK 0 0.58 0.78 0.16
HSL 15.81º 0.67% 0.51% -
HSV(B) 15.81º 0.78% 0.84% -
XYZ 31.59 21.66 5.1 -
YUV 121.76 85.25 193.08 -
System Red Green Blue C M Y K H S L
Decimal 213 90 46 0 0.58 0.78 0.16 15.81 0.67 0.51
Hex D5 5A 2E 0 3A 4E 10 10 43 33
Octal 325 132 56 0 72 116 20 20 103 63
Binary 11010101 1011010 101110 0 111010 1001110 10000 10000 1000011 110011

Color Harmonies of #D55A2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D55A2E

Black with #D55A2E

Text Example


Text Example

White with #D55A2E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D55A2E; }

 p { color: rgb(213,90,46); }

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

background-color css

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

 a { background-color: rgb(213,90,46); }

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

border-color css

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

 span { border-color: rgb(213,90,46); }

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