Html Css Color HEX #D55424 Chilean Fire

📋 copy color: '#D55424'

red 213 ◦ green 84 ◦ blue 36

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

Shades of Chilean Fire #D55424

Tints of Chilean Fire #D55424

RGB

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

 GREEN value IS 84 (33.2% from 255) = 25.23%

 BLUE value IS 36 (14.45% from 255) = 10.81%

R = 63.96%
G = 25.23%
B = 10.81%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.83

 K value IS 0.16

RGB Variations

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

Color information

#D55424 (or 0xD55424) is known color: Chilean Fire. HEX triplet: D5, 54 and 24. RGB value is (213,84,36). Sum of RGB (Red+Green+Blue) = 213+84+36=333 (44% of max value = 765). Red value is 213 (83.59% from 255 or 63.96% from 333); Green value is 84 (33.20% from 255 or 25.23% from 333); Blue value is 36 (14.45% from 255 or 10.81% from 333); Max value from RGB is 213 - color contains mainly: red. Hex color #D55424 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D55424 is #2AABDB. Grayscale: #757575. Windows color (decimal): -2796508 or 2381013. OLE color: 2381013.

HSL color Cylindrical-coordinate representation of color #D55424: hue angle of 16.27º degrees, saturation: 0.71, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #D55424 is Cyan = 0, Magento = 0.61, Yellow = 0.83 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 84 36 -
CMYK 0 0.61 0.83 0.16
HSL 16.27º 0.71% 0.49% -
HSV(B) 16.27º 0.83% 0.84% -
XYZ 30.93 20.61 4.02 -
YUV 117.1 82.24 196.4 -
System Red Green Blue C M Y K H S L
Decimal 213 84 36 0 0.61 0.83 0.16 16.27 0.71 0.49
Hex D5 54 24 0 3D 53 10 10 47 31
Octal 325 124 44 0 75 123 20 20 107 61
Binary 11010101 1010100 100100 0 111101 1010011 10000 10000 1000111 110001

Color Harmonies of #D55424

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D55424

Black with #D55424

Text Example


Text Example

White with #D55424

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D55424; }

 p { color: rgb(213,84,36); }

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

background-color css

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

 a { background-color: rgb(213,84,36); }

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

border-color css

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

 span { border-color: rgb(213,84,36); }

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