Html Css Color HEX #D55426 Chilean Fire

📋 copy color: '#D55426'

red 213 ◦ green 84 ◦ blue 38

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

Shades of Chilean Fire #D55426

Tints of Chilean Fire #D55426

RGB

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

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

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

R = 63.58%
G = 25.07%
B = 11.34%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.82

 K value IS 0.16

RGB Variations

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

Color information

#D55426 (or 0xD55426) is known color: Chilean Fire. HEX triplet: D5, 54 and 26. RGB value is (213,84,38). Sum of RGB (Red+Green+Blue) = 213+84+38=335 (44% of max value = 765). Red value is 213 (83.59% from 255 or 63.58% from 335); Green value is 84 (33.20% from 255 or 25.07% from 335); Blue value is 38 (15.23% from 255 or 11.34% from 335); Max value from RGB is 213 - color contains mainly: red. Hex color #D55426 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D55426 is #2AABD9. Grayscale: #757575. Windows color (decimal): -2796506 or 2512085. OLE color: 2512085.

HSL color Cylindrical-coordinate representation of color #D55426: hue angle of 15.77º 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 #D55426 is Cyan = 0, Magento = 0.61, Yellow = 0.82 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 84 38 -
CMYK 0 0.61 0.82 0.16
HSL 15.77º 0.7% 0.49% -
HSV(B) 15.77º 0.82% 0.84% -
XYZ 30.96 20.63 4.18 -
YUV 117.33 83.24 196.24 -
System Red Green Blue C M Y K H S L
Decimal 213 84 38 0 0.61 0.82 0.16 15.77 0.7 0.49
Hex D5 54 26 0 3D 52 10 10 46 31
Octal 325 124 46 0 75 122 20 20 106 61
Binary 11010101 1010100 100110 0 111101 1010010 10000 10000 1000110 110001

Color Harmonies of #D55426

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D55426

Black with #D55426

Text Example


Text Example

White with #D55426

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D55426; }

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

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

background-color css

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

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

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

border-color css

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

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

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