Html Css Color HEX #D56334 Chilean Fire

📋 copy color: '#D56334'

red 213 ◦ green 99 ◦ blue 52

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

Shades of Chilean Fire #D56334

Tints of Chilean Fire #D56334

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 14.29%

R = 58.52%
G = 27.2%
B = 14.29%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.76

 K value IS 0.16

RGB Variations

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

Color information

#D56334 (or 0xD56334) is known color: Chilean Fire. HEX triplet: D5, 63 and 34. RGB value is (213,99,52). Sum of RGB (Red+Green+Blue) = 213+99+52=364 (48% of max value = 765). Red value is 213 (83.59% from 255 or 58.52% from 364); Green value is 99 (39.06% from 255 or 27.20% from 364); Blue value is 52 (20.70% from 255 or 14.29% from 364); Max value from RGB is 213 - color contains mainly: red. Hex color #D56334 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D56334 is #2A9CCB. Grayscale: #808080. Windows color (decimal): -2792652 or 3433429. OLE color: 3433429.

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

Color convert

RGB 213 99 52 -
CMYK 0 0.54 0.76 0.16
HSL 17.52º 0.66% 0.52% -
HSV(B) 17.52º 0.76% 0.84% -
XYZ 32.52 23.32 6.04 -
YUV 127.73 85.27 188.82 -
System Red Green Blue C M Y K H S L
Decimal 213 99 52 0 0.54 0.76 0.16 17.52 0.66 0.52
Hex D5 63 34 0 36 4C 10 12 42 34
Octal 325 143 64 0 66 114 20 22 102 64
Binary 11010101 1100011 110100 0 110110 1001100 10000 10010 1000010 110100

Color Harmonies of #D56334

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D56334

Black with #D56334

Text Example


Text Example

White with #D56334

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D56334; }

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

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

background-color css

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

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

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

border-color css

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

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

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