Html Css Color HEX #D55024 Chilean Fire

📋 copy color: '#D55024'

red 213 ◦ green 80 ◦ blue 36

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

Shades of Chilean Fire #D55024

Tints of Chilean Fire #D55024

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 10.94%

R = 64.74%
G = 24.32%
B = 10.94%

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

#D55024 (or 0xD55024) is known color: Chilean Fire. HEX triplet: D5, 50 and 24. RGB value is (213,80,36). Sum of RGB (Red+Green+Blue) = 213+80+36=329 (43% of max value = 765). Red value is 213 (83.59% from 255 or 64.74% from 329); Green value is 80 (31.64% from 255 or 24.32% from 329); Blue value is 36 (14.45% from 255 or 10.94% from 329); Max value from RGB is 213 - color contains mainly: red. Hex color #D55024 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D55024 is #2AAFDB. Grayscale: #737373. Windows color (decimal): -2797532 or 2379989. OLE color: 2379989.

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

Color convert

RGB 213 80 36 -
CMYK 0 0.62 0.83 0.16
HSL 14.92º 0.71% 0.49% -
HSV(B) 14.92º 0.83% 0.84% -
XYZ 30.63 20.01 3.92 -
YUV 114.75 83.56 198.08 -
System Red Green Blue C M Y K H S L
Decimal 213 80 36 0 0.62 0.83 0.16 14.92 0.71 0.49
Hex D5 50 24 0 3E 53 10 F 47 31
Octal 325 120 44 0 76 123 20 17 107 61
Binary 11010101 1010000 100100 0 111110 1010011 10000 1111 1000111 110001

Color Harmonies of #D55024

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D55024

Black with #D55024

Text Example


Text Example

White with #D55024

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D55024; }

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

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

background-color css

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

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

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

border-color css

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

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

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