Html Css Color HEX #D55025 Chilean Fire

📋 copy color: '#D55025'

red 213 ◦ green 80 ◦ blue 37

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

Shades of Chilean Fire #D55025

Tints of Chilean Fire #D55025

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 11.21%

R = 64.55%
G = 24.24%
B = 11.21%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.83

 K value IS 0.16

RGB Variations

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

Color information

#D55025 (or 0xD55025) is known color: Chilean Fire. HEX triplet: D5, 50 and 25. RGB value is (213,80,37). Sum of RGB (Red+Green+Blue) = 213+80+37=330 (43% of max value = 765). Red value is 213 (83.59% from 255 or 64.55% from 330); Green value is 80 (31.64% from 255 or 24.24% from 330); Blue value is 37 (14.84% from 255 or 11.21% from 330); Max value from RGB is 213 - color contains mainly: red. Hex color #D55025 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D55025 is #2AAFDA. Grayscale: #737373. Windows color (decimal): -2797531 or 2445525. OLE color: 2445525.

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

Color convert

RGB 213 80 37 -
CMYK 0 0.62 0.83 0.16
HSL 14.66º 0.7% 0.49% -
HSV(B) 14.66º 0.83% 0.84% -
XYZ 30.64 20.02 4 -
YUV 114.87 84.06 198 -
System Red Green Blue C M Y K H S L
Decimal 213 80 37 0 0.62 0.83 0.16 14.66 0.7 0.49
Hex D5 50 25 0 3E 53 10 F 46 31
Octal 325 120 45 0 76 123 20 17 106 61
Binary 11010101 1010000 100101 0 111110 1010011 10000 1111 1000110 110001

Color Harmonies of #D55025

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D55025

Black with #D55025

Text Example


Text Example

White with #D55025

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D55025; }

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

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

background-color css

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

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

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

border-color css

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

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

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