Html Css Color HEX #D55830 Chilean Fire

📋 copy color: '#D55830'

red 213 ◦ green 88 ◦ blue 48

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

Shades of Chilean Fire #D55830

Tints of Chilean Fire #D55830

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 13.75%

R = 61.03%
G = 25.21%
B = 13.75%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.77

 K value IS 0.16

RGB Variations

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

Color information

#D55830 (or 0xD55830) is known color: Chilean Fire. HEX triplet: D5, 58 and 30. RGB value is (213,88,48). Sum of RGB (Red+Green+Blue) = 213+88+48=349 (46% of max value = 765). Red value is 213 (83.59% from 255 or 61.03% from 349); Green value is 88 (34.77% from 255 or 25.21% from 349); Blue value is 48 (19.14% from 255 or 13.75% from 349); Max value from RGB is 213 - color contains mainly: red. Hex color #D55830 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D55830 is #2AA7CF. Grayscale: #797979. Windows color (decimal): -2795472 or 3168469. OLE color: 3168469.

HSL color Cylindrical-coordinate representation of color #D55830: hue angle of 14.55º degrees, saturation: 0.66, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #D55830 is Cyan = 0, Magento = 0.59, Yellow = 0.77 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 88 48 -
CMYK 0 0.59 0.77 0.16
HSL 14.55º 0.66% 0.51% -
HSV(B) 14.55º 0.77% 0.84% -
XYZ 31.46 21.34 5.26 -
YUV 120.82 86.91 193.75 -
System Red Green Blue C M Y K H S L
Decimal 213 88 48 0 0.59 0.77 0.16 14.55 0.66 0.51
Hex D5 58 30 0 3B 4D 10 F 42 33
Octal 325 130 60 0 73 115 20 17 102 63
Binary 11010101 1011000 110000 0 111011 1001101 10000 1111 1000010 110011

Color Harmonies of #D55830

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D55830

Black with #D55830

Text Example


Text Example

White with #D55830

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D55830; }

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

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

background-color css

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

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

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

border-color css

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

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

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