Html Css Color HEX #D55F28 Chilean Fire

📋 copy color: '#D55F28'

red 213 ◦ green 95 ◦ blue 40

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

Shades of Chilean Fire #D55F28

Tints of Chilean Fire #D55F28

RGB

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

 GREEN value IS 95 (37.5% from 255) = 27.3%

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

R = 61.21%
G = 27.3%
B = 11.49%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.81

 K value IS 0.16

RGB Variations

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

Color information

#D55F28 (or 0xD55F28) is known color: Chilean Fire. HEX triplet: D5, 5F and 28. RGB value is (213,95,40). Sum of RGB (Red+Green+Blue) = 213+95+40=348 (46% of max value = 765). Red value is 213 (83.59% from 255 or 61.21% from 348); Green value is 95 (37.5% from 255 or 27.30% from 348); Blue value is 40 (16.02% from 255 or 11.49% from 348); Max value from RGB is 213 - color contains mainly: red. Hex color #D55F28 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D55F28 is #2AA0D7. Grayscale: #7C7C7C. Windows color (decimal): -2793688 or 2645973. OLE color: 2645973.

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

Color convert

RGB 213 95 40 -
CMYK 0 0.55 0.81 0.16
HSL 19.08º 0.68% 0.5% -
HSV(B) 19.08º 0.81% 0.84% -
XYZ 31.92 22.48 4.67 -
YUV 124.01 80.59 191.47 -
System Red Green Blue C M Y K H S L
Decimal 213 95 40 0 0.55 0.81 0.16 19.08 0.68 0.5
Hex D5 5F 28 0 37 51 10 13 44 32
Octal 325 137 50 0 67 121 20 23 104 62
Binary 11010101 1011111 101000 0 110111 1010001 10000 10011 1000100 110010

Color Harmonies of #D55F28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D55F28

Black with #D55F28

Text Example


Text Example

White with #D55F28

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D55F28; }

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

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

background-color css

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

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

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

border-color css

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

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

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