Html Css Color HEX #D55D28 Chilean Fire

📋 copy color: '#D55D28'

red 213 ◦ green 93 ◦ blue 40

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

Shades of Chilean Fire #D55D28

Tints of Chilean Fire #D55D28

RGB

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

 GREEN value IS 93 (36.72% from 255) = 26.88%

 BLUE value IS 40 (16.02% from 255) = 11.56%

R = 61.56%
G = 26.88%
B = 11.56%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.81

 K value IS 0.16

RGB Variations

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

Color information

#D55D28 (or 0xD55D28) is known color: Chilean Fire. HEX triplet: D5, 5D and 28. RGB value is (213,93,40). Sum of RGB (Red+Green+Blue) = 213+93+40=346 (45% of max value = 765). Red value is 213 (83.59% from 255 or 61.56% from 346); Green value is 93 (36.72% from 255 or 26.88% from 346); Blue value is 40 (16.02% from 255 or 11.56% from 346); Max value from RGB is 213 - color contains mainly: red. Hex color #D55D28 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D55D28 is #2AA2D7. Grayscale: #7B7B7B. Windows color (decimal): -2794200 or 2645461. OLE color: 2645461.

HSL color Cylindrical-coordinate representation of color #D55D28: hue angle of 18.38º degrees, saturation: 0.68, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #D55D28 is Cyan = 0, Magento = 0.56, Yellow = 0.81 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 93 40 -
CMYK 0 0.56 0.81 0.16
HSL 18.38º 0.68% 0.5% -
HSV(B) 18.38º 0.81% 0.84% -
XYZ 31.74 22.13 4.61 -
YUV 122.84 81.26 192.31 -
System Red Green Blue C M Y K H S L
Decimal 213 93 40 0 0.56 0.81 0.16 18.38 0.68 0.5
Hex D5 5D 28 0 38 51 10 12 44 32
Octal 325 135 50 0 70 121 20 22 104 62
Binary 11010101 1011101 101000 0 111000 1010001 10000 10010 1000100 110010

Color Harmonies of #D55D28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D55D28

Black with #D55D28

Text Example


Text Example

White with #D55D28

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D55D28; }

 p { color: rgb(213,93,40); }

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

background-color css

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

 a { background-color: rgb(213,93,40); }

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

border-color css

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

 span { border-color: rgb(213,93,40); }

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