Html Css Color HEX #D55626 Chilean Fire

📋 copy color: '#D55626'

red 213 ◦ green 86 ◦ blue 38

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

Shades of Chilean Fire #D55626

Tints of Chilean Fire #D55626

RGB

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

 GREEN value IS 86 (33.98% from 255) = 25.52%

 BLUE value IS 38 (15.23% from 255) = 11.28%

R = 63.2%
G = 25.52%
B = 11.28%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.82

 K value IS 0.16

RGB Variations

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

Color information

#D55626 (or 0xD55626) is known color: Chilean Fire. HEX triplet: D5, 56 and 26. RGB value is (213,86,38). Sum of RGB (Red+Green+Blue) = 213+86+38=337 (44% of max value = 765). Red value is 213 (83.59% from 255 or 63.20% from 337); Green value is 86 (33.98% from 255 or 25.52% from 337); Blue value is 38 (15.23% from 255 or 11.28% from 337); Max value from RGB is 213 - color contains mainly: red. Hex color #D55626 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D55626 is #2AA9D9. Grayscale: #767676. Windows color (decimal): -2795994 or 2512597. OLE color: 2512597.

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

Color convert

RGB 213 86 38 -
CMYK 0 0.60 0.82 0.16
HSL 16.46º 0.7% 0.49% -
HSV(B) 16.46º 0.82% 0.84% -
XYZ 31.12 20.94 4.24 -
YUV 118.5 82.58 195.4 -
System Red Green Blue C M Y K H S L
Decimal 213 86 38 0 0.60 0.82 0.16 16.46 0.7 0.49
Hex D5 56 26 0 3C 52 10 10 46 31
Octal 325 126 46 0 74 122 20 20 106 61
Binary 11010101 1010110 100110 0 111100 1010010 10000 10000 1000110 110001

Color Harmonies of #D55626

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D55626

Black with #D55626

Text Example


Text Example

White with #D55626

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D55626; }

 p { color: rgb(213,86,38); }

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

background-color css

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

 a { background-color: rgb(213,86,38); }

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

border-color css

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

 span { border-color: rgb(213,86,38); }

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