Html Css Color HEX #D55026 Chilean Fire

📋 copy color: '#D55026'

red 213 ◦ green 80 ◦ blue 38

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

Shades of Chilean Fire #D55026

Tints of Chilean Fire #D55026

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 11.48%

R = 64.35%
G = 24.17%
B = 11.48%

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

#D55026 (or 0xD55026) is known color: Chilean Fire. HEX triplet: D5, 50 and 26. RGB value is (213,80,38). Sum of RGB (Red+Green+Blue) = 213+80+38=331 (43% of max value = 765). Red value is 213 (83.59% from 255 or 64.35% from 331); Green value is 80 (31.64% from 255 or 24.17% from 331); Blue value is 38 (15.23% from 255 or 11.48% from 331); Max value from RGB is 213 - color contains mainly: red. Hex color #D55026 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D55026 is #2AAFD9. Grayscale: #737373. Windows color (decimal): -2797530 or 2511061. OLE color: 2511061.

HSL color Cylindrical-coordinate representation of color #D55026: hue angle of 14.4º degrees, saturation: 0.7, 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 #D55026 is Cyan = 0, Magento = 0.62, Yellow = 0.82 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 80 38 -
CMYK 0 0.62 0.82 0.16
HSL 14.4º 0.7% 0.49% -
HSV(B) 14.4º 0.82% 0.84% -
XYZ 30.66 20.02 4.08 -
YUV 114.98 84.56 197.92 -
System Red Green Blue C M Y K H S L
Decimal 213 80 38 0 0.62 0.82 0.16 14.4 0.7 0.49
Hex D5 50 26 0 3E 52 10 E 46 31
Octal 325 120 46 0 76 122 20 16 106 61
Binary 11010101 1010000 100110 0 111110 1010010 10000 1110 1000110 110001

Color Harmonies of #D55026

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D55026

Black with #D55026

Text Example


Text Example

White with #D55026

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D55026; }

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

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

background-color css

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

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

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

border-color css

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

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

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