Html Css Color HEX #D56332 Chilean Fire

📋 copy color: '#D56332'

red 213 ◦ green 99 ◦ blue 50

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

Shades of Chilean Fire #D56332

Tints of Chilean Fire #D56332

RGB

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

 GREEN value IS 99 (39.06% from 255) = 27.35%

 BLUE value IS 50 (19.92% from 255) = 13.81%

R = 58.84%
G = 27.35%
B = 13.81%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.77

 K value IS 0.16

RGB Variations

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

Color information

#D56332 (or 0xD56332) is known color: Chilean Fire. HEX triplet: D5, 63 and 32. RGB value is (213,99,50). Sum of RGB (Red+Green+Blue) = 213+99+50=362 (47% of max value = 765). Red value is 213 (83.59% from 255 or 58.84% from 362); Green value is 99 (39.06% from 255 or 27.35% from 362); Blue value is 50 (19.92% from 255 or 13.81% from 362); Max value from RGB is 213 - color contains mainly: red. Hex color #D56332 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D56332 is #2A9CCD. Grayscale: #7F7F7F. Windows color (decimal): -2792654 or 3302357. OLE color: 3302357.

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

Color convert

RGB 213 99 50 -
CMYK 0 0.54 0.77 0.16
HSL 18.04º 0.66% 0.52% -
HSV(B) 18.04º 0.77% 0.84% -
XYZ 32.48 23.3 5.8 -
YUV 127.5 84.27 188.98 -
System Red Green Blue C M Y K H S L
Decimal 213 99 50 0 0.54 0.77 0.16 18.04 0.66 0.52
Hex D5 63 32 0 36 4D 10 12 42 34
Octal 325 143 62 0 66 115 20 22 102 64
Binary 11010101 1100011 110010 0 110110 1001101 10000 10010 1000010 110100

Color Harmonies of #D56332

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D56332

Black with #D56332

Text Example


Text Example

White with #D56332

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D56332; }

 p { color: rgb(213,99,50); }

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

background-color css

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

 a { background-color: rgb(213,99,50); }

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

border-color css

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

 span { border-color: rgb(213,99,50); }

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