Html Css Color HEX #D55F2D Chilean Fire

📋 copy color: '#D55F2D'

red 213 ◦ green 95 ◦ blue 45

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

Shades of Chilean Fire #D55F2D

Tints of Chilean Fire #D55F2D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 12.75%

R = 60.34%
G = 26.91%
B = 12.75%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.79

 K value IS 0.16

RGB Variations

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

Color information

#D55F2D (or 0xD55F2D) is known color: Chilean Fire. HEX triplet: D5, 5F and 2D. RGB value is (213,95,45). Sum of RGB (Red+Green+Blue) = 213+95+45=353 (46% of max value = 765). Red value is 213 (83.59% from 255 or 60.34% from 353); Green value is 95 (37.5% from 255 or 26.91% from 353); Blue value is 45 (17.97% from 255 or 12.75% from 353); Max value from RGB is 213 - color contains mainly: red. Hex color #D55F2D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D55F2D is #2AA0D2. Grayscale: #7C7C7C. Windows color (decimal): -2793683 or 2973653. OLE color: 2973653.

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

Color convert

RGB 213 95 45 -
CMYK 0 0.55 0.79 0.16
HSL 17.86º 0.67% 0.51% -
HSV(B) 17.86º 0.79% 0.84% -
XYZ 32.01 22.52 5.14 -
YUV 124.58 83.09 191.07 -
System Red Green Blue C M Y K H S L
Decimal 213 95 45 0 0.55 0.79 0.16 17.86 0.67 0.51
Hex D5 5F 2D 0 37 4F 10 12 43 33
Octal 325 137 55 0 67 117 20 22 103 63
Binary 11010101 1011111 101101 0 110111 1001111 10000 10010 1000011 110011

Color Harmonies of #D55F2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D55F2D

Black with #D55F2D

Text Example


Text Example

White with #D55F2D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D55F2D; }

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

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

background-color css

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

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

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

border-color css

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

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

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