Html Css Color HEX #D55236 Chilean Fire

📋 copy color: '#D55236'

red 213 ◦ green 82 ◦ blue 54

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

Shades of Chilean Fire #D55236

Tints of Chilean Fire #D55236

RGB

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

 GREEN value IS 82 (32.42% from 255) = 23.5%

 BLUE value IS 54 (21.48% from 255) = 15.47%

R = 61.03%
G = 23.5%
B = 15.47%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.75

 K value IS 0.16

RGB Variations

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

Color information

#D55236 (or 0xD55236) is known color: Chilean Fire. HEX triplet: D5, 52 and 36. RGB value is (213,82,54). Sum of RGB (Red+Green+Blue) = 213+82+54=349 (46% of max value = 765). Red value is 213 (83.59% from 255 or 61.03% from 349); Green value is 82 (32.42% from 255 or 23.50% from 349); Blue value is 54 (21.48% from 255 or 15.47% from 349); Max value from RGB is 213 - color contains mainly: red. Hex color #D55236 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D55236 is #2AADC9. Grayscale: #767676. Windows color (decimal): -2797002 or 3560149. OLE color: 3560149.

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

Color convert

RGB 213 82 54 -
CMYK 0 0.62 0.75 0.16
HSL 10.57º 0.65% 0.52% -
HSV(B) 10.57º 0.75% 0.84% -
XYZ 31.12 20.45 5.8 -
YUV 117.98 91.9 195.78 -
System Red Green Blue C M Y K H S L
Decimal 213 82 54 0 0.62 0.75 0.16 10.57 0.65 0.52
Hex D5 52 36 0 3E 4B 10 B 41 34
Octal 325 122 66 0 76 113 20 13 101 64
Binary 11010101 1010010 110110 0 111110 1001011 10000 1011 1000001 110100

Color Harmonies of #D55236

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D55236

Black with #D55236

Text Example


Text Example

White with #D55236

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D55236; }

 p { color: rgb(213,82,54); }

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

background-color css

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

 a { background-color: rgb(213,82,54); }

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

border-color css

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

 span { border-color: rgb(213,82,54); }

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