Html Css Color HEX #D55438 Chilean Fire

📋 copy color: '#D55438'

red 213 ◦ green 84 ◦ blue 56

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

Shades of Chilean Fire #D55438

Tints of Chilean Fire #D55438

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 15.86%

R = 60.34%
G = 23.8%
B = 15.86%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.74

 K value IS 0.16

RGB Variations

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

Color information

#D55438 (or 0xD55438) is known color: Chilean Fire. HEX triplet: D5, 54 and 38. RGB value is (213,84,56). Sum of RGB (Red+Green+Blue) = 213+84+56=353 (46% of max value = 765). Red value is 213 (83.59% from 255 or 60.34% from 353); Green value is 84 (33.20% from 255 or 23.80% from 353); Blue value is 56 (22.27% from 255 or 15.86% from 353); Max value from RGB is 213 - color contains mainly: red. Hex color #D55438 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D55438 is #2AABC7. Grayscale: #777777. Windows color (decimal): -2796488 or 3691733. OLE color: 3691733.

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

Color convert

RGB 213 84 56 -
CMYK 0 0.61 0.74 0.16
HSL 10.7º 0.65% 0.53% -
HSV(B) 10.7º 0.74% 0.84% -
XYZ 31.32 20.77 6.1 -
YUV 119.38 92.24 194.78 -
System Red Green Blue C M Y K H S L
Decimal 213 84 56 0 0.61 0.74 0.16 10.7 0.65 0.53
Hex D5 54 38 0 3D 4A 10 B 41 35
Octal 325 124 70 0 75 112 20 13 101 65
Binary 11010101 1010100 111000 0 111101 1001010 10000 1011 1000001 110101

Color Harmonies of #D55438

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D55438

Black with #D55438

Text Example


Text Example

White with #D55438

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D55438; }

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

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

background-color css

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

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

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

border-color css

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

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

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