Html Css Color HEX #D55A36 Chilean Fire

📋 copy color: '#D55A36'

red 213 ◦ green 90 ◦ blue 54

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

Shades of Chilean Fire #D55A36

Tints of Chilean Fire #D55A36

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 15.13%

R = 59.66%
G = 25.21%
B = 15.13%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.75

 K value IS 0.16

RGB Variations

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

Color information

#D55A36 (or 0xD55A36) is known color: Chilean Fire. HEX triplet: D5, 5A and 36. RGB value is (213,90,54). Sum of RGB (Red+Green+Blue) = 213+90+54=357 (47% of max value = 765). Red value is 213 (83.59% from 255 or 59.66% from 357); Green value is 90 (35.55% from 255 or 25.21% from 357); Blue value is 54 (21.48% from 255 or 15.13% from 357); Max value from RGB is 213 - color contains mainly: red. Hex color #D55A36 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D55A36 is #2AA5C9. Grayscale: #7A7A7A. Windows color (decimal): -2794954 or 3562197. OLE color: 3562197.

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

Color convert

RGB 213 90 54 -
CMYK 0 0.58 0.75 0.16
HSL 13.58º 0.65% 0.52% -
HSV(B) 13.58º 0.75% 0.84% -
XYZ 31.76 21.72 6.01 -
YUV 122.67 89.25 192.43 -
System Red Green Blue C M Y K H S L
Decimal 213 90 54 0 0.58 0.75 0.16 13.58 0.65 0.52
Hex D5 5A 36 0 3A 4B 10 E 41 34
Octal 325 132 66 0 72 113 20 16 101 64
Binary 11010101 1011010 110110 0 111010 1001011 10000 1110 1000001 110100

Color Harmonies of #D55A36

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D55A36

Black with #D55A36

Text Example


Text Example

White with #D55A36

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D55A36; }

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

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

background-color css

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

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

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

border-color css

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

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

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