Html Css Color HEX #D55730 Chilean Fire

📋 copy color: '#D55730'

red 213 ◦ green 87 ◦ blue 48

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

Shades of Chilean Fire #D55730

Tints of Chilean Fire #D55730

RGB

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

 GREEN value IS 87 (34.38% from 255) = 25%

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

R = 61.21%
G = 25%
B = 13.79%

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

#D55730 (or 0xD55730) is known color: Chilean Fire. HEX triplet: D5, 57 and 30. RGB value is (213,87,48). Sum of RGB (Red+Green+Blue) = 213+87+48=348 (46% of max value = 765). Red value is 213 (83.59% from 255 or 61.21% from 348); Green value is 87 (34.38% from 255 or 25% from 348); Blue value is 48 (19.14% from 255 or 13.79% from 348); Max value from RGB is 213 - color contains mainly: red. Hex color #D55730 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D55730 is #2AA8CF. Grayscale: #787878. Windows color (decimal): -2795728 or 3168213. OLE color: 3168213.

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

Color convert

RGB 213 87 48 -
CMYK 0 0.59 0.77 0.16
HSL 14.18º 0.66% 0.51% -
HSV(B) 14.18º 0.77% 0.84% -
XYZ 31.38 21.18 5.23 -
YUV 120.23 87.24 194.17 -
System Red Green Blue C M Y K H S L
Decimal 213 87 48 0 0.59 0.77 0.16 14.18 0.66 0.51
Hex D5 57 30 0 3B 4D 10 E 42 33
Octal 325 127 60 0 73 115 20 16 102 63
Binary 11010101 1010111 110000 0 111011 1001101 10000 1110 1000010 110011

Color Harmonies of #D55730

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D55730

Black with #D55730

Text Example


Text Example

White with #D55730

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D55730; }

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

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

background-color css

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

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

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

border-color css

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

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

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