Html Css Color HEX #D55530 Chilean Fire

📋 copy color: '#D55530'

red 213 ◦ green 85 ◦ blue 48

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

Shades of Chilean Fire #D55530

Tints of Chilean Fire #D55530

RGB

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

 GREEN value IS 85 (33.59% from 255) = 24.57%

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

R = 61.56%
G = 24.57%
B = 13.87%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.77

 K value IS 0.16

RGB Variations

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

Color information

#D55530 (or 0xD55530) is known color: Chilean Fire. HEX triplet: D5, 55 and 30. RGB value is (213,85,48). Sum of RGB (Red+Green+Blue) = 213+85+48=346 (45% of max value = 765). Red value is 213 (83.59% from 255 or 61.56% from 346); Green value is 85 (33.59% from 255 or 24.57% from 346); Blue value is 48 (19.14% from 255 or 13.87% from 346); Max value from RGB is 213 - color contains mainly: red. Hex color #D55530 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D55530 is #2AAACF. Grayscale: #777777. Windows color (decimal): -2796240 or 3167701. OLE color: 3167701.

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

Color convert

RGB 213 85 48 -
CMYK 0 0.60 0.77 0.16
HSL 13.45º 0.66% 0.51% -
HSV(B) 13.45º 0.77% 0.84% -
XYZ 31.22 20.86 5.18 -
YUV 119.05 87.91 195.01 -
System Red Green Blue C M Y K H S L
Decimal 213 85 48 0 0.60 0.77 0.16 13.45 0.66 0.51
Hex D5 55 30 0 3C 4D 10 D 42 33
Octal 325 125 60 0 74 115 20 15 102 63
Binary 11010101 1010101 110000 0 111100 1001101 10000 1101 1000010 110011

Color Harmonies of #D55530

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D55530

Black with #D55530

Text Example


Text Example

White with #D55530

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D55530; }

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

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

background-color css

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

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

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

border-color css

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

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

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