Html Css Color HEX #D55027 Chilean Fire

📋 copy color: '#D55027'

red 213 ◦ green 80 ◦ blue 39

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

Shades of Chilean Fire #D55027

Tints of Chilean Fire #D55027

RGB

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

 GREEN value IS 80 (31.64% from 255) = 24.1%

 BLUE value IS 39 (15.63% from 255) = 11.75%

R = 64.16%
G = 24.1%
B = 11.75%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.82

 K value IS 0.16

RGB Variations

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

Color information

#D55027 (or 0xD55027) is known color: Chilean Fire. HEX triplet: D5, 50 and 27. RGB value is (213,80,39). Sum of RGB (Red+Green+Blue) = 213+80+39=332 (43% of max value = 765). Red value is 213 (83.59% from 255 or 64.16% from 332); Green value is 80 (31.64% from 255 or 24.10% from 332); Blue value is 39 (15.62% from 255 or 11.75% from 332); Max value from RGB is 213 - color contains mainly: red. Hex color #D55027 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D55027 is #2AAFD8. Grayscale: #737373. Windows color (decimal): -2797529 or 2576597. OLE color: 2576597.

HSL color Cylindrical-coordinate representation of color #D55027: hue angle of 14.14º degrees, saturation: 0.69, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #D55027 is Cyan = 0, Magento = 0.62, Yellow = 0.82 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 80 39 -
CMYK 0 0.62 0.82 0.16
HSL 14.14º 0.69% 0.49% -
HSV(B) 14.14º 0.82% 0.84% -
XYZ 30.68 20.03 4.17 -
YUV 115.09 85.06 197.83 -
System Red Green Blue C M Y K H S L
Decimal 213 80 39 0 0.62 0.82 0.16 14.14 0.69 0.49
Hex D5 50 27 0 3E 52 10 E 45 31
Octal 325 120 47 0 76 122 20 16 105 61
Binary 11010101 1010000 100111 0 111110 1010010 10000 1110 1000101 110001

Color Harmonies of #D55027

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D55027

Black with #D55027

Text Example


Text Example

White with #D55027

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D55027; }

 p { color: rgb(213,80,39); }

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

background-color css

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

 a { background-color: rgb(213,80,39); }

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

border-color css

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

 span { border-color: rgb(213,80,39); }

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