Html Css Color HEX #D55A31 Chilean Fire

📋 copy color: '#D55A31'

red 213 ◦ green 90 ◦ blue 49

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

Shades of Chilean Fire #D55A31

Tints of Chilean Fire #D55A31

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 13.92%

R = 60.51%
G = 25.57%
B = 13.92%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.77

 K value IS 0.16

RGB Variations

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

Color information

#D55A31 (or 0xD55A31) is known color: Chilean Fire. HEX triplet: D5, 5A and 31. RGB value is (213,90,49). Sum of RGB (Red+Green+Blue) = 213+90+49=352 (46% of max value = 765). Red value is 213 (83.59% from 255 or 60.51% from 352); Green value is 90 (35.55% from 255 or 25.57% from 352); Blue value is 49 (19.53% from 255 or 13.92% from 352); Max value from RGB is 213 - color contains mainly: red. Hex color #D55A31 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D55A31 is #2AA5CE. Grayscale: #7A7A7A. Windows color (decimal): -2794959 or 3234517. OLE color: 3234517.

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

Color convert

RGB 213 90 49 -
CMYK 0 0.58 0.77 0.16
HSL 15º 0.66% 0.51% -
HSV(B) 15º 0.77% 0.84% -
XYZ 31.65 21.68 5.42 -
YUV 122.1 86.75 192.83 -
System Red Green Blue C M Y K H S L
Decimal 213 90 49 0 0.58 0.77 0.16 15 0.66 0.51
Hex D5 5A 31 0 3A 4D 10 F 42 33
Octal 325 132 61 0 72 115 20 17 102 63
Binary 11010101 1011010 110001 0 111010 1001101 10000 1111 1000010 110011

Color Harmonies of #D55A31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D55A31

Black with #D55A31

Text Example


Text Example

White with #D55A31

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D55A31; }

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

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

background-color css

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

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

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

border-color css

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

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

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