Html Css Color HEX #D55838 Chilean Fire

📋 copy color: '#D55838'

red 213 ◦ green 88 ◦ blue 56

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

Shades of Chilean Fire #D55838

Tints of Chilean Fire #D55838

RGB

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

 GREEN value IS 88 (34.77% from 255) = 24.65%

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

R = 59.66%
G = 24.65%
B = 15.69%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.74

 K value IS 0.16

RGB Variations

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

Color information

#D55838 (or 0xD55838) is known color: Chilean Fire. HEX triplet: D5, 58 and 38. RGB value is (213,88,56). Sum of RGB (Red+Green+Blue) = 213+88+56=357 (47% of max value = 765). Red value is 213 (83.59% from 255 or 59.66% from 357); Green value is 88 (34.77% from 255 or 24.65% from 357); Blue value is 56 (22.27% from 255 or 15.69% from 357); Max value from RGB is 213 - color contains mainly: red. Hex color #D55838 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D55838 is #2AA7C7. Grayscale: #797979. Windows color (decimal): -2795464 or 3692757. OLE color: 3692757.

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

Color convert

RGB 213 88 56 -
CMYK 0 0.59 0.74 0.16
HSL 12.23º 0.65% 0.53% -
HSV(B) 12.23º 0.74% 0.84% -
XYZ 31.64 21.41 6.21 -
YUV 121.73 90.91 193.1 -
System Red Green Blue C M Y K H S L
Decimal 213 88 56 0 0.59 0.74 0.16 12.23 0.65 0.53
Hex D5 58 38 0 3B 4A 10 C 41 35
Octal 325 130 70 0 73 112 20 14 101 65
Binary 11010101 1011000 111000 0 111011 1001010 10000 1100 1000001 110101

Color Harmonies of #D55838

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D55838

Black with #D55838

Text Example


Text Example

White with #D55838

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D55838; }

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

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

background-color css

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

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

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

border-color css

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

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

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